Skip to content

Installation

Gavin Douglas edited this page Dec 19, 2022 · 4 revisions

CRAN

The easiest way to install POMS is with install.packages() and downloading it from CRAN.

install.packages("POMS")

From GitHub

You can also install POMS from GitHub using devtools:

library(devtools)
install_github("gavinmdouglas/POMS", ref = "main")

Clone this wiki locally