The goal of PROJECT3PACKAGE
is to demonstrate package building for Project 3 in STAT 302 at UW.
You can install the released version of PROJECT3PACKAGE using the following lines:
# install.packages("devtools")
devtools::install_github("seangrimm/PROJECT3PACKAGE", build_vignette = TRUE, build_opts = c())
library(PROJECT3PACKAGE)
Demonstrations of this package's functions can be seen on the attached vignette. To view the vignette in the Help window, simply use the following line:
help(package = "PROJECT3PACKAGE", help_type = "html")
Alternatively, you can view the vignette as a separate HTML file using the line:
utils::browseVignettes(package = "PROJECT3PACKAGE")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.