-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
73 lines (73 loc) · 3.32 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
Package: n2khab
Title: Providing Preprocessed Reference Data for Flemish Natura 2000 Habitat Analyses
Version: 0.12.0
Authors@R: c(
person("Floris", "Vanderhaeghe", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6378-6229")),
person("Toon", "Westra", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-2478-9459")),
person("Cécile", "Herr", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-2833-6046")),
person("Hans", "Van Calster", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0001-8595-8426")),
person("Dries", "Adriaens", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-7216-3111")),
person("Maud", "Raman", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0003-2116-4963")),
person("Jan", "Wouters", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-8200-9102")),
person("Steven", "De Saeger", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-5477-3063")),
person("Els", "Lommelen", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-3481-5684")),
person("Luc", "Denys", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-1841-6579")),
person("An", "Leyssen", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0003-3537-286X")),
person("Patrik", "Oosterlynck", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-5712-0770")),
person("Jeroen", "Vanden Borre", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-0153-7243")),
person("Nathalie", "Cools", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-7059-2318")),
person("Bruno", "De Vos", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-9523-3453")),
person("Suzanna", "Lettens", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-5032-495X")),
person("Arne", "Verstraeten", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-8813-1261")),
person("Research Institute for Nature and Forest", email = "[email protected]", role = c("cph")))
Description: The n2khab package is an R package with
preprocessing functions and standard reference data, useful for
analyses regarding Flemish Natura 2000 habitats and regionally
important biotopes (RIBs).
License: GPL-3
URL: https://inbo.github.io/n2khab, https://github.com/inbo/n2khab
BugReports: https://github.com/inbo/n2khab/issues
Depends:
R (>= 3.5.0)
Imports:
assertthat,
curl,
dplyr,
forcats,
git2rdata (>= 0.4.0),
magrittr,
plyr,
purrr,
remotes,
rlang,
rprojroot,
sf,
stringr,
tidyr (>= 1.0.0),
tidyselect
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
bib2df,
digest,
googledrive,
jsonlite,
knitr,
mapview,
n2khabmon,
openssl,
raster (>= 3.6-3),
readxl,
rmarkdown,
terra,
testthat (>= 3.0.0),
tidyverse,
tools,
units,
utils,
withr
Remotes:
inbo/n2khabmon
VignetteBuilder: knitr
Config/testthat/edition: 3