-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.5 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: heatwaveR
Version: 0.5.3.9005
Date: 2025-01-12
Title: Detect Heatwaves and Cold-Spells
Description: The different methods for defining, detecting, and categorising the extreme events
known as heatwaves or cold-spells, as first proposed in Hobday et al. (2016) <doi: 10.1016/j.pocean.2015.12.014>
and Hobday et al. (2018) <https://www.jstor.org/stable/26542662>. The functions in this package work on both air
and water temperature data. These detection algorithms may be used on non-temperature data as well.
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.3.2
Depends: R (>= 3.0.2)
Suggests:
covr,
doParallel,
dplyr,
ggpubr,
knitr,
lubridate,
ncdf4,
plyr,
rerddap,
rmarkdown,
stringr,
testthat,
tibble,
tidync,
tidyr,
Imports:
data.table,
fasttime,
ggplot2,
Rcpp,
RcppRoll,
stats,
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