Package: bumbl
Title: Tools for Modeling Bumblebee Colony Growth and Decline
Version: 1.0.0
Authors@R: c(
    person(given = c("Eric", "R."),
           family = "Scott",
           role = c("aut", "cre"),
           email = "scottericr@gmail.com",
           comment = c(ORCID = "0000-0002-7430-7879")),
    person(given = c("Elizabeth", "E."),
           family = "Crone",
           role = c("aut"),
           email = "elizabeth.crone@tufts.edu",
           comment = c(ORCID = "0000-0002-5287-221X"))
           )
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) <doi:10.1111/ele.12581>.
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
URL: https://github.com/Aariq/bumbl
BugReports: https://github.com/Aariq/bumbl/issues
Depends: R (>= 3.0)
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, covr, car, rsq
Imports: dplyr, rlang, tidyr (>= 1.0.0), purrr, broom, glue, MASS,
        ggplot2
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-04-19 13:24:55 UTC; scottericr
Author: Eric R. Scott [aut, cre] (<https://orcid.org/0000-0002-7430-7879>),
  Elizabeth E. Crone [aut] (<https://orcid.org/0000-0002-5287-221X>)
Maintainer: Eric R. Scott <scottericr@gmail.com>
Repository: CRAN
Date/Publication: 2021-04-20 07:30:05 UTC
