The goal of STAT302package is to demonstrate how to setup a repository for an R package.
You can install the released version of STAT302package from GitHub using:
devtools::install_github("andreyrisukhin/STAT302package")
To view vignettes, run the following code:
library(STAT302package)
# Use this to view the vignette in the Demo 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.