The purpose of phylodyn
is to facilitate phylodynamic inference and analysis in an approachable R package.
-
Install (if necessary) package dependencies and helpers
ape
,INLA
,spam
anddevtools
usinginstall.packages
. -
Load
devtools
usinglibrary(devtools)
. -
Install
phylodyn
usinga.
install_github("phylodyn", username="mdkarcher")
, orb.
install_github("phylodyn", username="mdkarcher", build_vignettes = TRUE)
if you want some illustrative vignettes (note: usingbuild_vignettes = TRUE
will make the install take longer).