Installing for GxP use
In an internal regulatory setting, you are likely to have your own agreed package management solutions and your own mirror of CRAN.
Installing from r-universe.org
We currently also have an r-universe build available for ease of use outside GxP settings.
# Enable this universe
options(
repos = c(
pharmaverse = 'https://pharmaverse.r-universe.dev',
CRAN = 'https://cloud.r-project.org'
)
)
As of today there are <img src="https://pharmaverse.r-universe.dev/badges/:total" alt=":total status badge"> from the pharmaverse hosted in this CRAN-like instance (pharmaverse
packages along with package dependencies that are remotes:
).