-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.64 KB
/
Copy pathDESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.64 KB
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
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.4
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")),
person("Guohuan", "Su", role = "ctb",
comment = c(ORCID = "0000-0003-0091-9773")))
URL: https://docs.ropensci.org/rfishbase/, https://github.com/ropensci/rfishbase
BugReports: https://github.com/ropensci/rfishbase/issues
Depends:
R (>= 4.1.0)
Imports:
glue,
stringr,
purrr,
dplyr,
duckdbfs (>= 0.0.9),
rlang,
magrittr,
memoise,
xml2
Suggests:
testthat,
rmarkdown,
knitr,
covr,
spelling,
curl
Language: en-US
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0