README.md

Build Status

Codecov test coverage

Rpackage

Rpackage contains 4 functions for data prediction

Installation

To download the Rpackage package, use the code below.

# install.packages("devtools")
devtools::install_github("Zhaoyu-Andrew/Rpackage")
library(Rpackage)

Use

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

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


Zhaoyu-Andrew/Rpackage documentation built on March 19, 2020, 4:55 p.m.