I tried to follow the instructions in https://cran.r-project.org/web/packages/R.rsp/vignettes/R_packages-Static_PDF_and_HTML_vignettes.pdf which shows how to include static pdf in vignette for cran. However, after following the instructions and creating the PDFs and asis files, I get the folowing warning when doing a check in r version 3.6.2
on Windows.
Output(s) listed in 'build/vignette.rds' but not in package:
'inst/doc/concepts.pdf'
'inst/doc/convenience-features.pdf'
'inst/doc/custom-group-by.pdf'
'inst/doc/data-table-syntax.pdf'
'inst/doc/glm.pdf'
'inst/doc/group-by.pdf'
'inst/doc/ingesting-data.pdf'
'inst/doc/intro-disk-frame.pdf'
How do I resolve this? I checked, every one of these pdfs are in the vignettes
folder and I also tried putting them into the doc
folder and I still get the same warning.
The folder structure and project structure can be see here in this repo