An interactive Shiny app for teaching the SIMplyBee R package — simulating honeybee populations and breeding programmes.
# 1. Clone the repo and open the project in RStudio, then:
install.packages("renv") # if not already installed
renv::restore() # installs all packages from renv.lock
shiny::runApp("app.R") # launch the app
renv