simplybee-explorer

An interactive Shiny app for teaching the SIMplyBee R package — simulating honeybee populations and breeding programmes.

Run locally

# 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

Requirements

View app in a new window