-
Notifications
You must be signed in to change notification settings - Fork 41
/
DESCRIPTION
47 lines (46 loc) · 1.5 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: rfishbase
Title: R Interface to 'FishBase'
Description: A programmatic interface to 'FishBase', re-written
based on an accompanying 'RESTful' API. Access tables describing over 30,000
species of fish, their biology, ecology, morphology, and more. This package also
supports experimental access to 'SeaLifeBase' data, which contains
nearly 200,000 species records for all types of aquatic life not covered by
'FishBase.'
Version: 5.0.0
Encoding: UTF-8
License: CC0
Authors@R: c(person("Carl", "Boettiger",
role = c("cre", "aut"),
email = "cboettig@gmail.com", ,
comment = c(ORCID = "0000-0002-1642-628X")),
person("Scott", "Chamberlain", role = "aut",
email = "myrmecocystus@gmail.com",
comment = c(ORCID="0000-0003-1444-9135")),
person("Duncan", "Temple Lang", role = "aut"),
person("Peter", "Wainwright", role = "aut"),
person("Kevin", "Cazelles", role = "ctb",
comment = c(ORCID = "0000-0001-6619-9874")))
URL: https://docs.ropensci.org/rfishbase/, https://github.com/ropensci/rfishbase
BugReports: https://github.com/ropensci/rfishbase/issues
Depends:
R (>= 4.0)
Imports:
glue,
stringr,
purrr,
jsonlite,
dplyr,
duckdbfs,
rlang,
magrittr,
memoise
Suggests:
testthat,
rmarkdown,
knitr,
covr,
spelling,
curl
RoxygenNote: 7.3.1
Language: en-US
Roxygen: list(markdown = TRUE)