install_certara_packages {Certara.R} | R Documentation |
A user friendly wrapper to easily install R packages and Shiny applications developed by Certara
install_certara_packages(
CRAN_repo = "https://cloud.r-project.org",
clean_install = FALSE,
quiet = FALSE
)
CRAN_repo |
Character; The URL of a CRAN mirror which defaults to |
clean_install |
Logical; Set to |
quiet |
Logical; Set to |
TRUE
if all packages successfully install
## Not run:
install_certara_packages()
## End(Not run)