Skip to content

LAPKB/PmetricsReports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PmetricsReports

R-CMD-check

PmetricsReports is a Shiny companion app for reviewing PM_result objects and creating PDF reports after fitting data to models.

Installation

Install PmetricsReports directly from r-universe or from the repository source.

If automatic installation fails…

You can also manually install PmetricsReports from r-universe. To install, you must specify r-universe as the repository using

install.packages("PmetricsReports", 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 PmetricsReports using the standard command install.packages("PmetricsReports") without specifying the repository each time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors