-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 993 Bytes
/
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
Package: BNRTools
Title: A suite of convenience functions created by IIASA BNR Researchers
Version: 0.1
Authors@R:
c(person("Martin", "Jung",
role = c("aut", "cre"),
email = "jung@iiasa",
comment = c(ORCID = "0000-0002-7569-1390")),
person("Maximilian H.K.", "Hesselbarth",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1125-9918"))
)
Description: What the package does (one paragraph).
License: MIT + file LICENSE
URL: https://github.com/iiasa/BNRTools, https://iiasa.github.io/BNRTools/
BugReports: https://github.com/iiasa/BNRTools/issues
Depends: R (>= 3.6)
Imports:
cli,
janitor,
dplyr,
assertthat,
sf,
terra,
stars,
abind,
RNetCDF,
ncdf4,
yaml
Suggests:
gdalUtilities,
cubelyr,
purrr,
progress,
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
LazyData: true