knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Building an R Package

Build Status

This is a teaching package created and used by Jumping Rivers. To install the package run the following commands

install.packages("drat")
drat::addRepo("jr-packages")
install.packages("jrPackage")

TODO



jr-packages/jrPackage documentation built on Dec. 4, 2020, 8:27 a.m.