The goal of STAT302PACKAGE is to demonstrate how to build a package
You can install the released version of STAT302PACKAGE using:
devtools::install_github("dzeng8/STAT302PACKAGE")
To view vignettes, run the following code:
devtools::install_github("dzeng8/STAT302PACKAGE", build_vignette = TRUE, build_opts = c())
library(STAT302PACKAGE)
# Use this to view the vignette in the STAT302PACKAGE HTML help
help(package = "STAT302PACKAGE", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "STAT302PACKAGE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.