-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.07 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
Package: ClimHub
Title: Climate Data Toolbox developed at CICERO Centre for International Climate Research
Version: 0.1.10
Authors@R: c(
person("Erik", "Kusch", , "erik.kusch@cicero.oslo.no", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-4984-7646")),
person("Patrick", "Van Laake", , "patrick@vanlaake.net", role = c("aut", "ctb"))
)
Description: Collection of functions relevant to work at CICERO and beyond.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
doSNOW (>= 1.0.20),
dplyr (>= 1.1.4),
foreach (>= 1.5.2),
jsonlite (>= 1.8.8),
lubridate (>= 1.9.3),
ncdf4 (>= 1.23),
parallel (>= 4.4.0),
pbapply (>= 1.7.2),
progress (>= 1.2.3),
rvest (>= 1.0.4),
snow (>= 0.4.4),
terra (>= 1.7.78),
tools (>= 4.4.0),
utils (>= 4.4.0),
ecmwfr (>= 2.0.3),
httr (>= 1.4.7),
sf (>= 1.0-21),
stringr (>= 1.5.2),
ggplot2 (>= 4.0.1),
viridis (>= 0.6.5),
tidyterra (>= 0.7.2),
ncdfCF (>= 0.8.1.9000)
Depends:
R (>= 3.5)
LazyData: true