-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.54 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
Package: dubicube
Title: Calculation and Interpretation of Data Cube Indicator Uncertainty
Version: 0.2.0
Authors@R: c(
person("Ward", "Langeraert", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5900-8109", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Toon", "Van Daele", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1362-853X", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Research Institute for Nature and Forest (INBO)", , , "[email protected]", role = "cph"),
person("European Union's Horizon Europe Research and Innovation Programme (ID No 101059592)", role = "fnd")
)
Description: An R package to explore calculation, interpretation and
visualisation of uncertainty related to indicators based on
biodiversity data cubes.
License: MIT + file LICENSE
URL: https://github.com/b-cubed-eu/dubicube,
https://b-cubed-eu.github.io/dubicube/
BugReports: https://github.com/b-cubed-eu/dubicube/issues
Imports:
assertthat,
boot,
dplyr,
effectclass,
modelr,
purrr,
rlang,
tidyr
Suggests:
b3gbi,
testthat (>= 3.0.0)
Remotes:
b-cubed-eu/b3gbi
Additional_repositories: https://inbo.r-universe.dev
Config/checklist/communities: b3; inbo
Config/checklist/keywords: uncertainty quantification; uncertainty
visualisation; biodiversity indicators; data cubes
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2