Hello, I am doing a R CMD check on an R package I have developed. However, I keep receiving the warning below:
*Files in the 'vignettes' directory but no files in 'inst/doc':* And *Files named as vignettes but with no recognized vignette engine:* I am pretty sure I have the correct YAML header for my vignettes, and also inst/docs is an older convention for vignettes that's no longer recommended. Do you have an idea of what's going wrong? I have attached my YAML header below as reference. Sincerely, Danielle *title: "title of this vignette"author: "name"output: markdown::html_vignettevignette: > %\VignetteIndexEntry{vignette title} %\VignetteEngine{knitr::markdown} %\VignetteEncoding{UTF-8}* -- Ph.D. Student Bioinformatics and Computational Biology University of Minnesota [[alternative HTML version deleted]] ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel