-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 900 Bytes
/
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
Package: comexr
Title: Access to brazilian foreign trade data- Comexstat.
Version: 0.0.2.9000
Authors@R: c(
person(given = "Eduardo",
family = "Leoni",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0955-5232"))
)
Description: Easy acess to Brazilian foreign trade statistics using Apache Arrow.
URL: https://github.com/leoniedu/comexr, https://leoniedu.github.io/comexr/
BugReports: https://github.com/leoniedu/comexr/issues
License: CC0
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
tibble,
purrr,
tools,
zip,
arrow,
janitor,
memoise,
rappdirs,
readr,
dplyr,
assertthat,
xts,
rbcb,
slider
Suggests:
ggplot2,
knitr,
rmarkdown
Depends:
R (>= 4.1)
VignetteBuilder: knitr