PmetricsModelLib is a Shiny companion app for the
Pmetrics package, designed to view
the Pmetrics model library.
PmetricsModelLib will be automatically installed as a dependency of
the Pmetrics package.
You can also manually install PmetricsModelLib from
r-universe. To install,
you must specify r-universe as the repository using
install.packages("PmetricsModelLib", repos = "https://lapkb.r-universe.dev")For updating the package and for easier future manual installations, you
can run the following command to add the r-universe repository to your
R.profile
write('options(repos = c(CRAN = "https://cloud.r-project.org", LAPKB = "https://lapkb.r-universe.dev"))', "~/.Rprofile", append = TRUE)With this setup, you can install or update PmetricsModelLib using the
standard command install.packages("PmetricsModelLib") without
specifying the repository each time.