-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
executable file
·52 lines (52 loc) · 2.07 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: tradestatistics
Title: Open Trade Statistics API Wrapper and Utility Program
Version: 5.0.0
Authors@R: c(
person("Mauricio", "Vargas", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-1017-7574")),
person("Joshua", "Kunst", role = "ctb",
comment = "contributed to different parts of the pre-release code"),
person("Alexey", "Kravchenko", role = "ctb",
comment = "reviewed 2021 version of the API"),
person("Emma", "Mendelsohn", role = "ctb",
comment = "updated the functions to take available years from the API instead of hardcoded values"),
person("Daniela", "de los Santos", role = "ctb",
comment = "proposed improvements to default parameters"),
person("Emily", "Riederer", role = "rev",
comment = "reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/274"),
person("Mark", "Padgham", role = "rev",
comment = "reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/274"),
person("Amanda", "Dobbyn", role = "rev",
comment = "reviewed a previous package that evolved into the current package for rOpenSci, see https://github.com/ropensci/onboarding/issues/217"),
person("Jorge", "Cimentada", role = "rev",
comment = "reviewed a previous package that evolved into the current package for rOpenSci, see https://github.com/ropensci/onboarding/issues/217"),
person(, "UN Comtrade", role = "dtc"),
person(, "The World Bank", role = "dtc")
)
Description: Access 'Open Trade Statistics' API from R to download
international trade data.
License: Apache License (>= 2)
URL: https://docs.ropensci.org/tradestatistics/
BugReports: https://github.com/ropensci/tradestatistics/issues/
Depends:
R (>= 2.10)
Imports:
crul,
data.table,
digest,
jsonlite,
memoise,
utils
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 2.1.0),
tibble,
vcr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.3.1