README.md

Travis build status Codecov test coverage

Installation

To download myFirstPackage package, use the code below

# install.packages("devtools")
devtools::install_github("johnbdonovan/myFirstPackage")
library(myFirstPackage)

Use

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

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


johnbdonovan/myFirstPackage documentation built on March 18, 2020, 12:12 a.m.