Package: bumbl Title: Tools for Modeling Bumblebee Colony Growth and Decline Version: 1.0.4.9000 Authors@R: person(c("Eric", "R."), "Scott", , "scottericr@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7430-7879")) Description: Bumblebee colonies grow during worker production, then decline after switching to production of reproductive individuals (drones and gynes). This package provides tools for modeling and visualizing this pattern by identifying a switchpoint with a growth rate before and a decline rate after the switchpoint. The mathematical models fit by bumbl are described in Crone and Williams (2016) . License: MIT + file LICENSE URL: https://github.com/Aariq/bumbl BugReports: https://github.com/Aariq/bumbl/issues Depends: R (>= 3.0) Imports: broom, dplyr, ggplot2, glue, lifecycle, MASS, purrr, rlang, tidyr (>= 1.0.0) Suggests: car, covr, knitr, rmarkdown, rsq, testthat (>= 2.1.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev Repository: https://aariq.r-universe.dev Date/Publication: 2025-07-29 20:38:34 UTC RemoteUrl: https://github.com/Aariq/bumbl RemoteRef: HEAD RemoteSha: 64a54b0f965e0d09ec4d5e6f8906ec0a4df17d73 NeedsCompilation: no Packaged: 2026-07-03 14:00:52 UTC; root Author: Eric R. Scott [aut, cre] (ORCID: ) Maintainer: Eric R. Scott