README.md

myfirstpackage

R-CMD-check codecov

The goal of myfirstpackage is to ...

Installation

You can install the package through github using

devtools::install_github("jacklorrengriffin/myfirstpackage")

To view the vignette:

devtools::install_github("jacklorrengriffin/myfirstpackage", build_vignette = TRUE, build_opts = c())
library(Demo)
# 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")

Example

This is a basic example which shows you how to solve a common problem:

library(myfirstpackage)
## basic example code


jacklorrengriffin/myfirstpackage documentation built on Dec. 20, 2021, 8:05 p.m.