-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
75 lines (75 loc) · 2.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: gcube
Title: Simulating Biodiversity Data Cubes
Version: 1.1.1
Authors@R: c(
person("Ward", "Langeraert", , "ward.langeraert@inbo.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5900-8109", affiliation = "Research Institute for Nature and Forest (INBO)")),
person("Wissam", "Barhdadi", role = "ctb",
comment = c(ORCID = "0000-0001-9304-3971")),
person("Dimitri", "Brosens", role = "ctb",
comment = c(ORCID = "0000-0002-0846-9116")),
person("Rocìo", "Cortès", role = "ctb",
comment = c(ORCID = "0009-0004-8440-958X")),
person("Peter", "Desmet", role = "ctb",
comment = c(ORCID = "0000-0002-8442-8025")),
person("Michele", "Di Musciano", role = "ctb",
comment = c(ORCID = "0000-0002-3130-7270")),
person("Chandra", "Earl", role = "ctb",
comment = c(ORCID = "0000-0001-9850-882X")),
person("Sanne", "Govaert", role = "ctb",
comment = c(ORCID = "0000-0002-8939-1305")),
person("Pieter", "Huybrechts", role = "ctb",
comment = c(ORCID = "0000-0002-6658-6062")),
person("Matilde", "Martini", role = "ctb",
comment = c(ORCID = "0009-0003-5612-925X")),
person("Arthur", "Rodrigues", role = "ctb",
comment = c(ORCID = "0000-0003-2656-558X")),
person("Toon", "Van Daele", role = "ctb",
comment = c(ORCID = "0000-0002-1362-853X")),
person("Annegreet", "Veeken", role = "ctb",
comment = c(ORCID = "0000-0003-4291-5981")),
person("Mukhtar Muhammed", "Yahaya", role = "ctb",
comment = c(ORCID = "0009-0008-9200-0863")),
person("Research Institute for Nature and Forest (INBO)", , , "info@inbo.be", role = "cph"),
person("European Union's Horizon Europe Research and Innovation Programme (ID No 101059592)", role = "fnd")
)
Description: This R package provides a simulation framework for
biodiversity data cubes. This can start from simulating multiple
species distributed in a landscape over a temporal scope. In a second
phase, the simulation of a variety of observation processes and effort
can generate actual occurrence datasets. Based on their (simulated)
spatial uncertainty, occurrences can then be designated to a grid to
form a data cube.
License: MIT + file LICENSE
URL: https://github.com/b-cubed-eu/gcube,
https://b-cubed-eu.github.io/gcube/,
https://doi.org/10.5281/zenodo.14038996
BugReports: https://github.com/b-cubed-eu/gcube/issues
Imports:
assertthat,
dplyr,
gstat,
methods,
mnormt,
purrr,
rlang,
sf,
stats,
terra,
tidyr,
vegan
Suggests:
ggExtra,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyterra
Config/checklist/communities: b3; inbo
Config/checklist/keywords: simulation; data cubes; B-Cubed; biodiversity;
Monte-Carlo
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2