forked from msperlin/GetDFPData2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.02 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
Package: GetDFPData2
Title: Reading Annual and Quarterly Financial Reports from B3
Version: 0.5
Date: 2021-03-19
Authors@R: c(person("Marcelo", "Perlin", email = "marceloperlin@gmail.com", role = c("aut", "cre")),
person("Guilherme", "Kirch", email = "guilhermekirch@gmail.com", role = c("aut")))
Description: Reads annual and quarterly financial reports from companies traded at B3, the Brazilian exchange
<http://www.b3.com.br/>.
All data is downloaded and imported from CVM's public ftp site <http://dados.cvm.gov.br/dados/CIA_ABERTA/>.
Depends:
R (>= 3.5.0)
Imports:
stringr,
xml2,
dplyr,
readr,
curl,
lubridate,
magrittr,
purrr,
memoise,
rvest,
tidyr,
RCurl,
shiny,
writexl
ByteCompile: true
License: GPL-2
BugReports: https://github.com/msperlin/GetDFPData2/issues
URL: https://github.com/msperlin/GetDFPData2/
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
testthat,
ggplot2,
covr
VignetteBuilder: knitr