On 20 January 2016 at 14:10, Daniel Marcelino wrote:
| Hi, I used to have some pictures in ‘inst/doc’ for decoration of the 
README.MD text, most for the Github repository.
| I was able to build the package without any NOTE on this, but since I updated 
to R 3.2.3 and created a vignette folder I'm receiving the following message. 
Am I missing something from the last R release?
| 
| * checking sizes of PDF files under ‘inst/doc’ ... OK
| * checking installed files from ‘inst/doc’ ... NOTE
| The following files should probably not be installed:
| ‘Rlogo.png’, ‘SciencesPo_logo.png’, ‘butterfly.png’

Just list them in .Rbuildignore --- they will still be in the GH repo but not
be part of the resulting .tar.gz. Hemce R CMD check will be no longer complain.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to