This package describes the babette
installation and installation problems.
rJava
If you have problems installing rJava, Duck or view my rJava notes.
babette
installationThere are two types of babette
installations:
babette
assumes that BEAST2 is installed.
See below at Install BEAST2
how to install BEAST2.
babette
is on CRAN.
install.packages("babette")
babette
: download (.mkv) YouTubebabette
is installed most easily using the remotes
package:
remotes::install_github("ropensci/beautier")
remotes::install_github("ropensci/tracerer")
remotes::install_github("ropensci/beastier")
remotes::install_github("ropensci/mauricer")
remotes::install_github("ropensci/babette")
babette
assumes that BEAST2 is installed.
If not, one can install BEAST2 from R using beastierinstall
:
To install BEAST2:
remotes::install_github("richelbilderbeek/beastierinstall")
beastierinstall::install_beast2()
To install a BEAST2 package, for example, the NS
package:
remotes::install_github("richelbilderbeek/mauricerinstall")
mauricerinstall::install_beast2_pkg("NS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.