README.md

mypackage

R-CMD-check codecov

The goal of mypackage is to demonstrate my knowledge of writing packages for STAT 302 at the University of Washington.

Installation

You can install the released version of mypackage from GitHub with:

devtools::install_github("Codax2000/mypackage", build_vignette = TRUE, build_opts = c())
library(mypackage)

Tutorial

To view the vignette for the demonstration of all main functions, use the following code:

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


Codax2000/mypackage documentation built on Dec. 17, 2021, 2:59 p.m.