README.md

project3package

R-CMD-check codecov

Installation

You can install the project3package using the following line:

devtools::install_github("thulinjt/project3package", build_vignette = TRUE, build_opts = c())

Use

The vignette demonstrates example usage of all main functions. You can see the vignette by using the following code:

library(project3package)
# Use this to view the vignette in the project3package HTML help
help(package = "project3package", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "project3package")


thulinjt/project3package documentation built on March 22, 2021, 2:41 p.m.