README.md

project3package

R-CMD-check

codecov

The goal of project3package is to develop a well-documented, well-tested, and well-explained R package.

Installation

You can install the package through GitHub using:

devtools::install_github("anikalindley/project3package")
library(project3package)

You can view the vignette here:

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

library(project3package)

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

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


anikalindley/project3package documentation built on Dec. 19, 2021, 3:37 a.m.