README.md

project3package

R-CMD-check codecov

The goal of project3package is to build a package for Project 3.

Installation

You can install the released version of project3package from GitHub using:

devtools::install_github("wanyeehing/project3package")

Use

To view vignettes, run the following code:

devtools::install_github("wanyeehing/project3package", build_vignette = TRUE,
                         build_opts = c())
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")


wanyeehing/project3package documentation built on Dec. 23, 2021, 5:07 p.m.