-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.68 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: comtradr
Title: Interface with the United Nations Comtrade API
Version: 1.0.3
Maintainer: Paul Bochtler <[email protected]>
Authors@R: c(
person("Paul", "Bochtler",
email = "[email protected]",
role = c("aut", "cre","cph"),
comment = c(ORCID = "0000-0002-9146-6185")),
person("Harriet", "Goers",
email = "[email protected]",
role = c("aut")),
person("Chris", "Muir",
email = "[email protected]",
role = c("aut")),
person("Alicia", "Schep",
role = "rev",
comment = c(ORCID = "0000-0002-3915-0618",
"Alicia reviewed the package for rOpenSci,
see https://github.com/ropensci/onboarding/issues/141")),
person("Rafael", "Hellwig",
role = "rev",
comment = c(ORCID = "0000-0002-3092-3493",
"Rafael reviewed the package for rOpenSci,
see https://github.com/ropensci/onboarding/issues/141")),
person("Ernest", "Guevarra",
role = "rev",
comment = c(ORCID = "0000-0002-4887-4415",
"Ernest reviewed the package for rOpenSci,
see https://github.com/ropensci/software-review/issues/613")),
person("Nicholas", "Potter",
role = "rev",
comment = c(ORCID = "0000-0002-3410-3732",
"Nicholas reviewed the package for rOpenSci,
see https://github.com/ropensci/software-review/issues/613")),
person("Juergen", "Amann", role=c("ctb")))
Description: Interface with and extract data from the United Nations 'Comtrade'
API <https://comtradeplus.un.org/>. 'Comtrade' provides country level shipping
data for a variety of commodities, these functions allow for easy API query
and data returned as a tidy data frame.
Depends: R (>= 4.1.0)
Imports:
lifecycle,
fs,
readr,
askpass,
cli,
httr2,
rlang,
stringr,
poorman,
lubridate,
purrr,
tools,
rappdirs,
memoise,
cachem
Suggests:
covr,
dplyr,
ggplot2,
httptest2,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
callr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://docs.ropensci.org/comtradr/, https://github.com/ropensci/comtradr
BugReports: https://github.com/ropensci/comtradr/issues
NeedsCompilation: no
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Language: en-US