Package: dfoliatR
Type: Package
Title: Detection and Analysis of Insect Defoliation Signals in Tree Rings
Version: 0.1.0
Authors@R: c(person("Chris", "Guiterman", email = "chguiterman@email.arizona.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9706-9332")),
            person("Ann", "Lynch", role = "aut", comment = c(ORCID = "0000-0002-8043-3855")),
            person("Jodi", "Axelson", role = "aut", comment = c(ORCID = "0000-0002-1799-6364")))
Description: Tools to identify, quantify, analyze, and visualize growth
    suppression events in tree rings that are often produced by insect
    defoliation.
URL: https://chguiterman.github.io/dfoliatR/
BugReports: http://github.com/chguiterman/dfoliatR/issues
Depends:
    R (>= 3.2)
License: GPL (>= 3)
Suggests:
    testthat,
    vdiffr,
    knitr,
    rmarkdown 
Imports:
    dplR,
    dplyr,
    rlang,
    MASS,
    stats,
    ggplot2,
    ggpubr,
    reshape2,
    plyr,
    forcats
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
