README.md

STAT302package

R-CMD-check codecov

The goal of STAT302package is to demonstrate how to setup a repository for an R package.

Installation

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

devtools::install_github("andreyrisukhin/STAT302package")

To view vignettes, run the following code:

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


andreyrisukhin/STAT302package documentation built on Dec. 19, 2021, 3:34 a.m.