-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Gavin Douglas edited this page Dec 19, 2022
·
4 revisions
The easiest way to install POMS is with install.packages() and downloading it from CRAN.
install.packages("POMS")You can also install POMS from GitHub using devtools:
library(devtools)
install_github("gavinmdouglas/POMS", ref = "main")If you have any comments or questions, please feel free to create a new issue. You can also check the list of frequently asked questions.