README.md

STAT302PACKAGE

R-CMD-check codecov

The goal of STAT302PACKAGE is to demonstrate how to build a package

Installation

You can install the released version of STAT302PACKAGE from GitHub using:

devtools::install.packages("STAT302PACKAGE")

To view vignettes, run the following code:

devtools::install_github("RolinaC/STAT302PACKAGE", build_vignette = TRUE, build_opts = c())
library(Demo)
# 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")


RolinaC/STAT302PACKAGE documentation built on Dec. 18, 2021, 10:59 a.m.