-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.42 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
Package: heatwave3
Version: 0.0.4
Date: 2024-06-13
Title: Detect Heatwaves and Cold-Spells within cubed data
Description: This package is an extension to heatwaveR that allows the user to detect extreme
events a la Hobday definition directly on cubed data files (e.g. NetCDF format).
Type: Package
Authors@R: c(person("Robert W.", "Schlegel", role = c("aut", "cre", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0705-1287")),
person("Guilherme", "Pinto", role = c("aut", "ctb")),
person("Lily", "Genevier", role = c("aut", "ctb")),
person("Jacob", "Cohen", role = c("aut", "ctb")),
person("Panini", "Dasgupta", role = c("aut", "ctb")),
person("Evan", "Meeker", role = c("aut", "ctb")),
person("Elise", "Beaudin", role = c("aut", "ctb")),
person("Albertus J.", "Smit", role = c("aut", "ctb"),
comment = c(ORCID = "0000-0002-3799-6126")))
Maintainer: Robert W. Schlegel <[email protected]>
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
heatwaveR,
ncdf4,
terra,
tidyr
Remotes: robwschlegel/heatwaveR
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
URL: https://robwschlegel.github.io/heatwave3/index.html, https://github.com/robwschlegel/heatwave3