Skip to content

Installation

Alberto J. Coello edited this page Jul 9, 2024 · 2 revisions

PAICE can be installed in R using both CRAN and GitHub.

CRAN

To use CRAN to install PAICE use the install.package function of R:

install.packages("PAICE")

Github

Additionally, it is possible to install PAICE using the remotespackage:

install.packages("remotes")
remotes::install_github("PAICEcode/PAICE")