dpleydel at univ-fcomte.fr
2006-Mar-24 20:34 UTC
[R] Subdirectory 'data' contains no data sets.
Hi R CMD check is giving me the following error * checking package subdirectories ... WARNING Subdirectory 'data' contains no data sets. This is not true. That subdirectory contains the file myData.Rdata (I have tried .rda format too, same result). There is also a myData.Rd in the man subdirectory. If I remove the .Rd and the data directory R CMD check executes normally. I am using Debian Etch. Any hints? David
dpleydel at univ-fcomte.fr wrote:> Hi > > R CMD check is giving me the following error > > * checking package subdirectories ... WARNING > Subdirectory 'data' contains no data sets. > > This is not true. That subdirectory contains the file myData.Rdata (IThis must by myData.RData according to the docs. ^> have tried .rda format too, same result). There is also a myData.Rd inDo you have used save() to produce this file? If so, this is really strange. Yo might want to send the file in a private message. Uwe Ligges> the man subdirectory. If I remove the .Rd and the data directory R CMD > check executes normally. I am using Debian Etch. > > Any hints? > David > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Possibly Parallel Threads
- Matrix / SparseM conflict (PR#8618)
- How to combine/join/merge etc PCA and Cluster?
- Vegan(ordistep) error: Error in if (aod[1, 5] <= Pin) { : missing value where TRUE/FALSE needed
- RWin 1.2.1: Can't access sample datasets, e.g. MASS
- Out-of-date manual or small bug in R CMD check?