Re: [R] R CMD check Note: Non-standard file found at top level

2013-09-03 Thread S Subramanian
Thank you for the replies. As Prof Brian Ripley mentioned, in my case, (I was using the latest r devel) and "R CMD build pkgname" indeed put a directory called build with a file named vignette inside it. So I tried "R CMD build --no-build-vignettes pkgname" and the problem got solved. Thanks agai

[R] R CMD check Note: Non-standard file found at top level

2013-09-03 Thread S Subramanian
My R CMD check pkgname and R CMD build pkgname run without any notes or warnings or errors. However when i run R CMD check --as-cran-pkgname_version.tar.gz, i get the following note: * checking top-level files ... NOTE Non-standard file found at top level: 'build' Everything else is ok. What