You can install the latest released version of pmforest
via MPN snapshots from any snapshot date in March 2022 or later.
You can install the latest development version from GitHub with:
# install.packages("devtools")
devtools::install_github("metrumresearchgroup/pmforest", ref = "main")
You can find documentation and a “Getting Started” vignette that shows users how to set up and summarize their data, as well as demonstrates the basic plotting methods. Additional formatting attributes are highlighted as well.
pmforest
uses pkgr to manage development dependencies and renv to provide isolation. To replicate this environment,
clone the repo
install pkgr
open package in an R session and run renv::init()
renv
> 0.8.3-4 into default .libPaths()
if not already installedrun pkgr install
in terminal within package directory
restart session
Then, launch R with the repo as the working directory (open the project in RStudio). renv will activate and find the project library.