On Wed, 4 Dec 2019 at 22:54, Charith Karunarathna <charith_karunarat...@sfu.ca> wrote: > > Hi, > > I followed these instructions, > (https://www.markvanderloo.eu/yaRb/2019/01/11/add-a-static-pdf-vignette-to-an-r-package/), > to add a pdf (perfectphyloR.pdf) as the vignette of my package > (perfectphyloR). However, I am getting the following Warning message and > NOTE from the win-builder: > > Warning messge: > > * checking files in 'vignettes' ... WARNING > Files in the 'vignettes' directory but no files in 'inst/doc': > 'perfectphyloR.pdf' > > NOTE: > > * checking for hidden files and directories ... NOTE > Found the following hidden files and directories: > vignettes/.Rnw > These were most likely included in error. See section 'Package > structure' in the 'Writing R Extensions' manual. > > CRAN-pack does not know about > vignettes/.Rnw > > I am having a hardship to fix those two. Could someone direct me to fix those > issue?
The post doesn't mean ".Rnw" literally. Give it a filename instead of just .Rnw: perfectphyloR.Rnw seems appropriate. Iñaki ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel