README.md

Travis build status

codecov

Installation

To download the firstpackage package, use the code below:

# install.packages("devtools")
devtools::install_github("hchang23/firstpackage")
library(firstpackage)

Use

The vignette explains and gives tutorials for the main functions. To see the vignette, use the code below:

# install.packages("devtools")
devtools::install_github("hchang23/firstpackage", build_vignette = TRUE, build_opts = c())
library(firstpackage)

# use this to view the vignette in the firstpackage HTML help
help(package = "firstpackage", help_type = "html")

# use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "firstpackage")


hchang23/firstpackage documentation built on March 18, 2020, 7:37 a.m.