How to install these packages

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'
    )
  )