-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.22 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
Package: eurobis
Title: Download data from EurOBIS using the LifeWatch/EMODnet-Biology Web Feature Services
Version: 0.0.0.9000
Authors@R: c(person("Salvador", "Fernandez", email = "[email protected]", role = c("cre", "ctb", "aut")),
person("Daphnis", "De Pooter", role = "aut"),
person("Lennert", "Schepers", email = "[email protected]", role = "ctb"),
person("Ruben", "Perez", email = "[email protected]", role = "ctb"),
person("LifeWatch Belgium", role = "fnd", comment = "https://lifewatch.be")
)
Description: Downloads EurOBIS data using the EMODnet Biology WFS.
URL: https://github.com/lifewatch/eurobis,
https://lifewatch.github.io/eurobis/
BugReports: https://github.com/lifewatch/eurobis/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
sf,
magrittr,
leaflet,
shiny,
mapedit,
leaflet.extras2,
worrms,
glue,
wk,
ows4R (>= 0.3),
assertthat,
curl,
purrr,
utils,
methods,
cli,
checkmate,
httr2,
memoise
Suggests:
testthat (>= 3.0.0),
mapview,
dplyr
Remotes:
eblondel/ows4R
RoxygenNote: 7.2.0
Config/testthat/edition: 3
Depends:
R (>= 2.10)