[R-pkg-devel] Previous messageNext messageBack to messages The following files should probably not be installed
Dirk Eddelbuettel
edd at debian.org
Wed Jan 20 18:55:47 CET 2016
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 | edd at debian.org
More information about the R-package-devel
mailing list