[R-pkg-devel] R vignettes

Danielle Maeser m@e@e005 @end|ng |rom umn@edu
Wed Apr 28 20:44:00 CEST 2021


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]]



More information about the R-package-devel mailing list