README.md

PROJECT3PACKAGE

R-CMD-check codecov

The goal of PROJECT3PACKAGE is to demonstrate package building for Project 3 in STAT 302 at UW.

Installation

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)

Use

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


seangrimm/PROJECT3PACKAGE documentation built on March 22, 2021, 1:52 p.m.