-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
79 lines (79 loc) · 1.6 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
79
Package: rb3
Title: Download and Parse Public Data Released by B3 Exchange
Description: Download and parse public files released by B3 and convert them
into useful formats and data structures common to data analysis
practitioners.
Version: 0.0.11
Authors@R: c(person("Wilson", "Freitas",
email = "[email protected]",
role = c("aut", "cre")),
person("Marcelo", "Perlin",
email = "[email protected]",
role = "aut"))
License: MIT + file LICENSE
LazyData: true
Depends:
R (>= 4.1.0),
Imports:
bizdays,
stringr,
proto,
cli,
readr,
dplyr,
rvest,
httr,
jsonlite,
purrr,
ascii,
rlang,
methods,
yaml,
digest,
base64enc,
XML,
readxl,
tidyr
Suggests:
testthat,
knitr,
DT,
miniUI,
shiny,
xtable,
rmarkdown,
ggplot2,
covr,
scales,
magrittr,
tibble,
withr,
vcr (>= 0.6.0)
Collate:
'rb3-package.R'
'util.R'
'transmute.R'
'fields.R'
'handlers.R'
'marketdata.R'
'download-data.R'
'file.R'
'convert_to.R'
'scraper-futures.R'
'scraper-yc.R'
'scraper-cotahist.R'
'scraper-indexes.R'
'scraper-company.R'
'addin-show-templates.R'
'addin-display-template.R'
'readers.R'
'downloaders.R'
'zzz.R'
BugReports: https://github.com/ropensci/rb3/issues
URL: https://github.com/ropensci/rb3,
http://ropensci.github.io/rb3/
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Encoding: UTF-8