README.md

mypackage

R-CMD-check codecov

Installation

To download mypacakge, use the code below:

install.packages("mypackage")
library(mypackage)

Alternatively, you can install the development version directly from GitHub:

devtools::install_github("chen1649/mypackage")
library(mypackage)

USE

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

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


chen1649/mypackage documentation built on Dec. 19, 2021, 3:03 p.m.