forked from ropensci/ramlegacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 2.04 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
Type: Package
Package: ramlegacy
Title: Download And Read RAM Legacy Stock Assessment Database
Version: 0.1.0
Authors@R:
c(person(given = "Carl",
family = "Boettiger",
role = c("aut", "cph"),
email = "[email protected]", comment="http://orcid.org/0000-0002-1642-628X"),
person(given = "Kshitiz",
family = "Gupta",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Sam",
family = "Albers",
role = c("rev"),
email = "[email protected]", comment = "https://orcid.org/0000-0002-9270-7884"),
person(given = "Jamie",
family = "Afflerbach",
role = c("rev"),
email = "[email protected]", comment = "https://orcid.org/0000-0002-5215-9342"),
person(given = "RAM Legacy Stock Assessment Database",
role = "dtc"))
Description: Contains functions to download, cache and read in Excel version of the
RAM Legacy Stock Assessment Data Base, an online compilation of stock assessment
results for commercially exploited marine populations from around the world. More
information about the database can be found at <http://ramlegacy.org/>. Ricard, D.,
Minto, C., Jensen, O.P. and Baum, J.K. (2012) Evaluating the knowledge base and
status of commercially exploited marine species with the RAM Legacy Stock Assessment
Database. Fish and Fisheries 13 (4) 380-398. <doi:10.1111/j.1467-2979.2011.00435.x.>.
License: MIT + file LICENSE
URL: https://github.com/ropensci/ramlegacy
BugReports: https://github.com/ropensci/ramlegacy/issues
Depends:
R (>= 2.10)
Imports:
cli (>= 1.0.0),
crayon (>= 1.3.4),
httr (>= 1.3.1),
rappdirs (>= 0.3.1),
readxl (>= 1.1.0)
Suggests:
covr,
testthat,
httptest,
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
X-schema.org-keywords: ramlegacy, fisheries, fish, marine, database, assessment, RAM, Legacy, download, read, cache, ropensci