-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.96 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
Type: Package
Package: ramlegacy
Title: Download and Read RAM Legacy Stock Assessment Database
Version: 0.2.0
Authors@R:
c(person(given = "Carl",
family = "Boettiger",
role = c("aut", "cph"),
email = "[email protected]", comment = c(ORCID = "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 = c(ORCID = "https://orcid.org/0000-0002-9270-7884")),
person(given = "Jamie",
family = "Afflerbach",
role = c("rev"),
email = "[email protected]", comment = c(ORCID = "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.
The database is named after Dr. Ransom A. Myers whose original stock-recruitment database,
is no longer being updated. More information about the database can be found at
<https://ramlegacy.org/>. Ricard, D., Minto, C., Jensen, O.P. and Baum, J.K. (2012) <doi:10.1111/j.1467-2979.2011.00435.x>.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/ramlegacy, 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
Language: en-CA