-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.62 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
Package: fistools
Title: Tools & data used for wildlife management & invasive species in Flanders
Version: 1.2.15
Authors@R: c(
person(given = "Sander", middle = "", family = "Devisscher", "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2015-5731")),
person(given = "Lynn", middle = "", family = "Pallemaerts", "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-5034-5416")),
person(given = "Soria", middle = "", family = "Delva", "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-7164-6031")),
person(given = "Emma", middle = "", family = "Cartuyvels", "[email protected]",
role = "aut", comment = c(ORCID = "0000-0001-7856-6360")),
person(given = "Martijn", middle = "", family = "Bollen", "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-1621-6258"))
)
Description: This package contains functions & data that are widely used within the wildlife management & invasive species research group (FIS) of the research institute forest and nature (INBO).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr (>= 1.1.4),
httr (>= 1.4.7),
magrittr (>= 2.0.3),
stringr (>= 1.5.1),
rlang (>= 1.1.3),
progress (>= 1.2.3),
googledrive (>= 2.1.1),
svDialogs (>= 1.1.0),
uuid (>= 1.2.0),
devtools (>= 2.4.5),
DBI (>= 1.2.3),
sf (>= 1.0.16),
units (>= 0.8.5),
sp (>= 2.1.4),
mapview (>= 2.11.2),
osmdata (>= 0.2.5),
readr (>= 2.1.5)