Chapter 2 Getting started

2.1 Installation

Installing oepsData is easy. Just run the following command to grab the newest release from GitHub.

install.packages('devtools')

devtools::install_github('https://github.com/healthyregions/oepsData@v0.1.0')

Or, to install the latest development version (which may be unstable), omit the release tag:

devtools::install_github('https://github.com/healthyregions/oepsData')

You can then load the package like any other R package:

library(oepsData)

Efforts are currently under way to list the package on CRAN.