knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
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")
polySimIBD
relies on the Rcpp package, which requires certain OS-specific dependencies:
sudo apt-get install r-base-dev texlive-full
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.