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

Hadley Wickham h.wickham at gmail.com
Tue Sep 3 22:50:55 CEST 2013


The note is telling you that you usually shouldn't have a file called
build in the top level of your package. What's in the file and why is
it there?

Hadley

On Tue, Sep 3, 2013 at 10:01 AM, S Subramanian
<ssubramanian at sssihl.edu.in> wrote:
> 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 is going wrong?
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



-- 
Chief Scientist, RStudio
http://had.co.nz/



More information about the R-help mailing list