donteval provides RStudio addins to automatically set the eval
argument of knitr::opts_chunk$set()
in vignettes to TRUE
or FALSE
.
You can install donteval from GitHub with:
# install.packages("remotes")
remotes::install_github("abichat/donteval")
donteval may be particularly useful when you want to check()
your
package without running long vignettes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.