-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
58 lines (58 loc) · 1.11 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
Package: robis
Title: Ocean Biodiversity Information System (OBIS) Client
Description: Client for the Ocean Biodiversity Information System (<https://obis.org>).
Version: 2.11.3
Date: 2022-09-24
Authors@R: c(
person("Pieter", "Provoost", , "pieterprovoost@gmail.com", c("cre", "aut")),
person("Samuel", "Bosch", , "mail@samuelbosch.com", role = "aut"),
person("Ward", "Appeltans", role = "ctb"),
person(, "OBIS", , "helpdesk@obis.org", role = "cph")
)
URL: https://github.com/iobis/robis
BugReports: https://github.com/iobis/robis/issues
Depends:
R (>= 3.1.3)
Imports:
httr,
dplyr,
jsonlite,
leaflet,
ggplot2,
tidyr,
httpcache,
tibble,
mapedit,
sf,
rlang,
purrr,
stringr,
curl,
data.table,
tidyselect,
xml2,
glue,
memoise,
stats,
methods
Collate:
robis.R
util.R
area.R
checklist.R
dataset.R
dna.R
map.R
mof.R
node.R
occurrence.R
taxon.R
License: MIT + file LICENSE
Suggests:
testthat,
knitr,
rmarkdown,
spelling
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Language: en-US