Package: epifitter
Type: Package
Title: Analysis and Simulation of Plant Disease Progress Curves
Version: 1.0.0
Description: Tools for analysis, visualization, and simulation of plant disease
    progress curves. Includes functions to calculate area-under-the-curve
    summaries, fit and compare exponential, monomolecular, logistic, and
    Gompertz models using linear or nonlinear regression, work with single or
    multiple epidemics, and produce 'ggplot2'-based visualizations. Also
    includes an experimental powdery mildew dataset for reproducible teaching
    and research workflows. See Madden, Hughes, and van den Bosch (2007)
    <doi:10.1094/9780890545058> for background on the epidemiological methods.
Authors@R: c(
    person(given = "Kaique dos S.",
           family = "Alves", 
           role = c("aut", "cre"),
           email = "kaiquedsalves@gmail.com",
           comment = c(ORCID = "0000-0001-9187-0252")),
   person(given = "Emerson M.", 
          family = "Del Ponte", 
          role = "aut",
          email = "delponte@ufv.br",
          comment = c(ORCID = "0000-0003-4398-409X")),
  person(given = "Adam H.",
         family = "Sparks",
         role = "aut",
         email = "adamhsparks@gmail.com",
         comment = c("ORCID" = "0000-0002-0061-8359"))
          )
Depends: R (>= 4.1)
Imports: DescTools, cowplot, deSolve, dplyr, ggplot2, magrittr,
        minpack.lm, stats, tibble, tidyr
Suggests: knitr, rmarkdown, lemon, testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Date: 2026-04-11
URL: https://github.com/AlvesKS/epifitter,
        https://alvesks.github.io/epifitter/
BugReports: https://github.com/AlvesKS/epifitter/issues
X-schema.org-applicationCategory: Tools
Config/testthat/edition: 3
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2026-04-12 14:54:20 UTC; kai-q
Author: Kaique dos S. Alves [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9187-0252>),
  Emerson M. Del Ponte [aut] (ORCID:
    <https://orcid.org/0000-0003-4398-409X>),
  Adam H. Sparks [aut] (ORCID: <https://orcid.org/0000-0002-0061-8359>)
Maintainer: Kaique dos S. Alves <kaiquedsalves@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-12 18:00:02 UTC
Built: R 4.7.0; ; 2026-04-28 05:20:22 UTC; windows
