forked from ropensci/rfishbase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.36 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
Package: rfishbase
Title: R Interface to 'FishBase'
Description: A programmatic interface to <http://www.fishbase.org>, 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 <http://www.sealifebase.org> data, which contains
nearly 200,000 species records for all types of aquatic life not covered by
'FishBase.'
Version: 3.0.3
Encoding: UTF-8
License: CC0
Authors@R: c(person("Carl", "Boettiger",
role = c("cre", "aut"),
email = "[email protected]", ,
comment = c(ORCID = "0000-0002-1642-628X")),
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]",
comment = c(ORCID="0000-0003-1444-9135")),
person("Duncan", "Temple Lang", role="aut"),
person("Peter", "Wainwright", role="aut"))
URL: https://github.com/ropensci/rfishbase
BugReports: https://github.com/ropensci/rfishbase/issues
LazyData: true
Depends:
R (>= 3.0)
Imports:
dplyr,
purrr,
methods,
utils,
memoise,
readr,
rlang,
magrittr,
stringr
Suggests:
devtools,
testthat,
rmarkdown,
knitr,
covr
VignetteBuilder: knitr
RoxygenNote: 6.1.1