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_github("smokingcrater/STAT302Package")

To view vignettes, run the following code:

devtools::install_github("smokingcrater/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")


smokingcrater/STAT302Package documentation built on Dec. 23, 2021, 3:27 a.m.