SIMplyBee R package extends AlphaSimR for simulating honeybee populations and breeding programmes
This is the development site of SIMplyBee
SIMplyBee is available on CRAN. You can install it with
install.packages(pkg = "SIMplyBee")
The development (and potentially unstable!) versions of SIMplyBee can be accessed from the main and devel branches using:
# New stable version of SIMplyBee before its submitted to CRAN
::install_github(repo="HighlanderLab/SIMplyBee@main")
devtools
# Development version of SIMplyBee
::install_github(repo="HighlanderLab/SIMplyBee@devel") devtools