README.md

Travis build status Codecov test coverage

Installation

To download the package302 package, use the code below.

# install.packages("devtools")
devtools::install_github("yinuotxie/package302")
library(package302)

Use

The vignette demonstrates example usage of all main functions. Please file an issue if you have a request for a tutorial that is not currently included. You can see the vignette by using the following code (note that this requires a TeX installation to view properly):

# install.packages("devtools")
devtools::install_github("yinuotxie/package302", build_vignette = TRUE, build_opts = c())
library(package302)
# Use this to view the vignette in the package302 HTML help
help(package = "package302", help_type = "html")
# Use this to view the vignette as an isolated HTML file
utils::browseVignettes(package = "package302")


yinuotxie/package302 documentation built on April 29, 2023, 7:13 a.m.