knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Install simPM

Currently simPM is hosted on GitHub. The latest development version of simPM can be installed using the code provided below.

install.packages("devtools")
library(devtools)
install_github("YiFengEDMS/simPM")

Alternatively, the users can also try using the following code to install simPM.

install.packages("devtools")
devtools::install_github("YiFengEDMS/simPM")

It is possible that errors would occur if your R version is older than v3.5.2. If the installation fails, we recommend you to check your R version and to update R and RStudio to the latest version available.

R source code

The source code of this R package is made public on the first author's Github.



YiFengEDMS/simPM documentation built on July 25, 2020, 4:08 a.m.