PmetricsWorld is the single installation target for the Pmetrics ecosystem.
It installs Pmetrics and the supported companion Shiny applications:
PmetricsExplorerPmetricsLitSimPmetricsModelLibPmetricsPlotPmetricsReports
Install the complete ecosystem from the LAPKB r-universe:
install.packages(
"PmetricsWorld",
repos = c(
LAPKB = "https://lapkb.r-universe.dev",
CRAN = "https://cloud.r-project.org"
)
)Use pmetricsworld_packages() to see the package inventory,
pmetricsworld_launch() to launch a companion application, and
pmetricsworld_updates() to check the installed ecosystem for updates.