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

Installing and Loading polySimIBD

To install this package, you will need to first install the remotes package and then run the following command:

remotes::install_github("nickbrazeau/polySimIBD")

Dependencies

polySimIBD relies on the Rcpp package, which requires certain OS-specific dependencies:

If you have any problems installing then please raise an issue on Github.

Assuming everything installed correctly, you can now load the package:

library(polySimIBD)

Separately, after installing, if you identify any bugs, please raise an issue on Github so they can be addressed.



nickbrazeau/polySimIBD documentation built on Sept. 26, 2024, 5:29 p.m.