-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·72 lines (72 loc) · 2.07 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
Package: arealDB
Title: Harmonise and Integrate Heterogeneous Areal Data
Description: Many relevant applications in the environmental and socioeconomic
sciences use areal data, such as biodiversity checklists, agricultural statistics,
or socioeconomic surveys. For applications that surpass the spatial, temporal or
thematic scope of any single data source, data must be integrated from several
heterogeneous sources. Inconsistent concepts, definitions, or messy data tables
make this a tedious and error-prone process. 'arealDB' tackles those problems and
helps the user to integrate a harmonised databases of areal data. Read the paper
at Ehrmann, Seppelt & Meyer (2020) <doi:10.1016/j.envsoft.2020.104799>.
Version: 0.9.5
Authors@R: c(
person(
given = "Steffen",
family = "Ehrmann",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2958-0796")),
person(
given = "Arne",
family = "Rümmler",
email = "[email protected]",
role = c("aut", "ctb"),
comment = c(ORCID = "0000-0001-8637-9071")),
person(
given = "Felipe",
family = "Melges",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0003-0833-8973")),
person(
given = "Carsten",
family = "Meyer",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3927-5856")))
URL: https://github.com/luckinet/arealDB
BugReports: https://github.com/luckinet/arealDB/issues
Depends:
R (>= 3.5.0)
Imports:
archive,
beepr,
checkmate,
dplyr,
fuzzyjoin,
magrittr,
ontologics,
progress,
purrr,
readr,
rlang,
rmapshaper,
stringr,
sf,
tabshiftr,
tibble,
tidyr,
tidyselect,
Suggests:
testthat,
knitr,
rmarkdown,
bookdown,
covr
Language: en-gb
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr