Skip to content

Install

Mo Li edited this page Feb 17, 2022 · 4 revisions

Prerequisites

  1. R >= 3.6

  2. The devtools library. Install from within R using normal package install procedure.

Installation of R package and dependencies

For testing: Install master directly from github using devtools. From the R console, run:

devtools::install_github("USEPA/stateior")

For use for reporting results: Install a release directly from github using devtools. From the R console, run:

devtools::install_github("USEPA/[email protected]")

where you can replace 'v0.1.0' with the version you wish to use under Releases.

This should install all the necessary dependencies for you.

To uninstall, use the command:

remove.packages("stateior")

Clone this wiki locally