README.md

Travis build status Codecov test coverage

Installation

To download the myfirstpackage package, use the code below:

# install.packages("devtools")
devtools::install_github("marquesjchacon/myfirstpackage")
library(myfirstpackage)

Use

The vignette provides tutorials for each of the main functions in this package, and is meant to guide the user to make sure they are using the functions correctly. To view the vignette, please enter the following code below:

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


marquesjchacon/myfirstpackage documentation built on April 2, 2020, 9:42 p.m.