Package: epifitter Type: Package Title: Analysis and Simulation of Plant Disease Progress Curves Version: 1.0.1 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) 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, tidyr Suggests: knitr, rmarkdown, lemon, testthat (>= 3.0.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true VignetteBuilder: knitr Date: 2026-06-20 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 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://alvesks.r-universe.dev Date/Publication: 2026-06-20 16:06:43 UTC RemoteUrl: https://github.com/alvesks/epifitter RemoteRef: HEAD RemoteSha: 597ca59e2cbce0c6ceccc9b31b8f57b586e11997 NeedsCompilation: no Packaged: 2026-06-20 17:25:49 UTC; root Author: Kaique dos S. Alves [aut, cre] (ORCID: ), Emerson M. Del Ponte [aut] (ORCID: ), Adam H. Sparks [aut] (ORCID: ) Maintainer: Kaique dos S. Alves