To reproduce:
Put the rmarkdown vignette skeleton (which has title, author, date and a footnote) in the vignette folder.
Compile and install the package:
R CMD build package
R CMD INSTALL package_version.tar.gz
In R, open the vignette in browser:
Online Example: Rmd vignette source | Rendered result on CRAN
This behavior should be consistent with knitr:::html_vignette.
To reproduce:
Put the rmarkdown vignette skeleton (which has title, author, date and a footnote) in the
vignettefolder.Compile and install the package:
In R, open the vignette in browser:
Online Example: Rmd vignette source | Rendered result on CRAN
This behavior should be consistent with
knitr:::html_vignette.