-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
41 lines (41 loc) · 1.08 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
Package: GetDFPData2
Title: Reading Annual and Quarterly Financial Reports from B3
Version: 0.6.4
Authors@R: c(person("Marcelo", "Perlin", email = "[email protected]", role = c("aut", "cre")),
person("Guilherme", "Kirch", email = "[email protected]", role = c("aut")))
Description: Reads annual and quarterly financial reports from companies traded at B3, the Brazilian exchange
<https://www.b3.com.br/>.
All data is downloaded and imported from CVM's public ftp site <https://dados.cvm.gov.br/dados/CIA_ABERTA/>.
Depends:
R (>= 3.5.0)
Imports:
stringr,
xml2,
dplyr,
readr,
lubridate,
magrittr,
purrr,
memoise,
rvest,
tidyr,
RCurl,
shiny,
writexl,
stats,
cli, glue, janitor
ByteCompile: true
License: GPL-2
BugReports: https://github.com/msperlin/GetDFPData2/issues/
URL: https://github.com/msperlin/GetDFPData2/
LazyData: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
ggplot2,
covr,
fs
VignetteBuilder: knitr
Config/testthat/edition: 3