Lazydata failed for for package

Found the issue, fixed. I had created a directory named "data" to the project. that I was using to hold some data I used to test the package. I looks like the "data" is treated specially in an R project... the build or install looks like it was reading the files in it and finding an error... that makes sense those files were never meant to be read in the build/install process.

1 Like