forked from IDEMSInternational/cdms.products
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1 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
Package: cdms.products
Title: Tool for the Analysis of Historical Climatic Data
Version: 0.0.0.9000
Authors@R: c(
person("Danny", "Parsons",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-8333-9880")),
person("Lily", "Clements",
role = "aut"),
person("Haward", "Ketoyo",
role = "ctb"))
Description: Functions to format, analyse and display historical climatic
data, particuarly from climate database management systems.
License: LGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
dplyr,
ggplot2,
lubridate,
magrittr,
ncdf4,
ncdf4.helpers,
PCICt,
climdex.pcic,
clifro,
checkmate,
rlang,
stats,
reshape2,
sp,
stringr,
tibble,
tidyr,
tidyselect,
zoo,
utils,
naflex
Suggests:
covr,
openair,
testthat (>= 3.0.0),
tseries
Config/testthat/edition: 3
Depends:
R (>= 2.10)