This page described how to install beastier
.
If you have problems installing rJava, Duck or view my rJava notes.
Due to CRAN policy, beastier cannot install BEAST2.
As a workaround, the non-CRAN beastierinstall
can be used.
To install BEAST2:
remotes::install_github("richelbilderbeek/beastierinstall")
beastierinstall::install_beast2()
This will download and extract BEAST2 to:
OS | Full path |
---|---|
Linux | ~/.local/share/beast |
macOS | ~/.local/share/beast |
Windows | C:/Users/<username>/Local/beast |
beastier
is on CRAN:
install.packages("beastier")