Package: epifitter
Type: Package
Title: Analysis and Simulation of Plant Disease Progress Curves
Version: 0.3.0
Description: Analysis and visualization of plant disease progress curve data. Functions for
    fitting two-parameter population dynamics models (exponential, monomolecular, logistic
    and Gompertz) to proportion data for single or multiple epidemics using either linear
    or no-linear regression.  Statistical and visual outputs are provided to aid in model
    selection. Synthetic curves can be simulated for any of the models given the parameters.
    See Laurence V. Madden, Gareth Hughes, and Frank van den Bosch (2007) <doi:10.1094/9780890545058>
    for further information on the 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"))
          )
Maintainer: Kaique dos S. Alves <kaiquedsalves@gmail.com>
Depends: R (>= 3.2)
Imports: deSolve, dplyr, stats, ggplot2, knitr, tidyr, DescTools,
        minpack.lm, magrittr, tibble
Suggests: rmarkdown, ggridges, cowplot
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Date: 2021-06-13 22:30:00 UTC
URL: https://github.com/AlvesKS/epifitter
BugReports: https://github.com/AlvesKS/epifitter/issues
X-schema.org-applicationCategory: Tools
NeedsCompilation: no
Packaged: 2021-06-14 14:30:38 UTC; Epidemio-PC
Author: Kaique dos S. Alves [aut, cre]
    (<https://orcid.org/0000-0001-9187-0252>),
  Emerson M. Del Ponte [aut] (<https://orcid.org/0000-0003-4398-409X>)
Repository: CRAN
Date/Publication: 2021-06-14 14:50:02 UTC
Built: R 4.3.0; ; 2023-07-12 00:51:14 UTC; unix
