-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.53 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.53 KB
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
51
Package: heatwaveR
Version: 0.5.5
Date: 2026-01-13
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 of hourly and daily temporal resolution. 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.3
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/, https://github.com/robwschlegel/heatwaveR
BugReports: https://github.com/robwschlegel/heatwaveR/issues