You can install phylopomp in one of three ways:
- At the R prompt, run
install.packages("phylopomp",repos="https:kingaa.github.io"). - Visit the latest release and download the archive appropriate for your platform.
Then install locally, e.g., by running
install.packages(<path/to/local/file>,repos=NULL)at the R command prompt. - Use devtools.
“Exact Phylodynamic Likelihood via Structured Markov Genealogy Processes” (arXiv:2405.17032, 2024)
“Markov Genealogy Processes” (Theoretical Population Biology
143:77–91, 2022)
- create and edit
yaml/<model>.yml - in
yaml/, runRscript add_model.R -
cp yaml/src/* src -
cp yaml/R/* R - optionally edit
R/<model>.Randsrc/<model>.ccfor style and documentation - add examples to
examples/<model.R> - add tests to
tests/