Package: heatwaveR
Version: 0.4.5
Date: 2021-01-07
Title: Detect Heatwaves and Cold-Spells
Description: The different methods of defining and detecting extreme events, known as heatwaves or cold-spells in both air and water temperature data are encompassed within this package. These detection algorithms may be used on non-temperature data as well however, this is not catered for explicitly here as no use of this technique in the literature currently exists.
Type: Package
Authors@R: c(person("Robert W.", "Schlegel", role = c("aut", "cre", "ctb"),
    email = "robwschlegel@gmail.com",
    comment = c(ORCID = "0000-0002-0705-1287")),
    person("Albertus J.", "Smit", role = c("aut", "ctb"),
    comment = c(ORCID = "0000-0002-3799-6126")))
Maintainer: Robert W. Schlegel <robwschlegel@gmail.com>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.1.1
Depends: R (>= 3.0.2)
Suggests: covr, ggpubr, knitr, rerddap, rmarkdown, testthat, tidync,
        tidyr
Imports: data.table, dplyr, ggplot2, grid, lubridate, plyr, RcppRoll,
        stats, tibble, utils
LinkingTo: Rcpp (>= 0.12.16), RcppArmadillo
NeedsCompilation: yes
VignetteBuilder: knitr
URL: https://robwschlegel.github.io/heatwaveR/index.html,
        https://github.com/robwschlegel/heatwaveR
BugReports: https://github.com/robwschlegel/heatwaveR/issues
Packaged: 2021-01-07 11:07:03 UTC; robert
Author: Robert W. Schlegel [aut, cre, ctb]
    (<https://orcid.org/0000-0002-0705-1287>),
  Albertus J. Smit [aut, ctb] (<https://orcid.org/0000-0002-3799-6126>)
Repository: CRAN
Date/Publication: 2021-01-07 16:10:16 UTC
