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 using:

devtools::install_github("dzeng8/STAT302PACKAGE")

Use

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")


dzeng8/STAT302PACKAGE documentation built on Dec. 20, 2021, 2:19 a.m.