[R-pkg-devel] No prebuilt vignette index
Hi Everyone, I wonder how to address the following NOTE that I am getting from the win-builder check. " * checking CRAN incoming feasibility ... NOTE Maintainer: 'Charith Karunarathna <ckarunar at sfu.ca>' Package has a VignetteBuilder field but no prebuilt vignette index. " I am including a static PDF vignette to my package following the instructions at https://cran.r-project.org/web/packages/R.rsp/vignettes/R_packages-Static_PDF_and_HTML_vignettes.pdf The .pdf.asis file (perfectphyloR.pdf.asis) is as follows: " %\VignetteIndexEntry{perfectphyloR: Reconstruct Perfect Phylogenies from DNA Sequence Data} %\VignetteEngine{R.rsp::asis} " For more details, these are the links for the repository and win-builder check: - Link for the package's github repository: https://github.com/cbhagya/perfectphyloR - Link for win-builder checks: https://win-builder.r-project.org/7d6SEV4IwMNL/00check.log I have no idea how to address the above NOTE. Can somebody help me fix this issue? Thank you! Charith.