[R-pkg-devel] Correct way to set title for vignette?
On 24/07/2018 10:46 AM, Martin M?ller Skarbiniks Pedersen wrote:
Hi, Some vignettes on Cran has the title: "Title of your vignette" Eg. https://cran.r-project.org/package=ggpval The source for the vignette at "https://raw.githubusercontent.com/s6juncheng/ggpval/master/vignettes/ggpval.Rmd but is this the correct file to set the title? I think ggpval.Rmd is generated from another file?
No, .Rmd files are one possible type of vignette source file. Duncan Murdoch