-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
77 lines (77 loc) · 2.56 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
76
77
Package: trias
Title: Process Data for the Project Tracking Invasive Alien Species
(TrIAS)
Version: 3.0.1
Authors@R: c(
person("Damiano", "Oldoni", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3445-7562")),
person("Soria", "Delva", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7164-6031")),
person("Tim", "Adriaens", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7268-4200")),
person("Peter", "Desmet", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-8442-8025")),
person("Sander", "Devisscher", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-2015-5731")),
person("Stijn", "Van Hoey", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-6413-3185")),
person("Pieter", "Huybrechts", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-6658-6062")),
person("Machteld", "Varewyck", , "[email protected]", role = "aut",
comment = c(ORCID = "0009-0003-0496-0447")),
person("Research Institute for Nature and Forest (INBO)", role = c("cph", "fnd"), email = "[email protected]",
comment = "https://www.vlaanderen.be/inbo/en-gb/"),
person("TrIAS", role = "fnd",
comment = "https://trias-project.be"),
person("LIFE RIPARIAS", role = "fnd",
comment = "https://www.riparias.be"),
person("European Union's Horizon Europe Research and Innovation Programme (ID No 101059592)", role = "fnd",
comment = "https://b-cubed.eu/")
)
Description: This package provides functionality to facilitate the data
processing for the project Tracking Invasive Alien Species (TrIAS
<http://trias-project.be>).
License: MIT + file LICENSE
URL: https://github.com/trias-project/trias,
https://trias-project.github.io/trias
BugReports: https://github.com/trias-project/trias/issues
Depends:
R (>= 3.6)
Imports:
assertable,
assertthat,
dplyr (>= 1.0),
egg,
forcats,
ggplot2,
gratia (>= 0.9.0),
leaflet,
lifecycle,
mgcv,
plotly,
purrr,
readr,
reshape2,
rgbif (>= 3.0),
rlang,
rnaturalearth,
scales,
sf,
stringr,
svDialogs,
tibble,
tidyr,
tidyselect (>= 1.2.0),
utils
Suggests:
covr,
knitr,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-GB
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2