The goal of NewPackageLecture9 is to ...
You can install the released version of NewPackageLecture9 through github using:
devtools::install_github("danter2000/NewPackageLecture9")
To view the vignette:
devtools::install_github("danter2000/NewPackageLecture9", build_vignette = TRUE, build_opts = c())
library(NewPackageLecture9)
# Use this to view the vignette in the Demo HTML help
help(package = "NewPackageLecture9", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "NewPackageLecture9")