-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
27 lines (27 loc) · 859 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
Package: GetTDData
Title: Get Data for Brazilian Bonds (Tesouro Direto)
Version: 1.5.6
Authors@R: person("Marcelo", "Perlin", email = "marceloperlin@gmail.com", role = c("aut", "cre"))
Description: Downloads and aggregates data for Brazilian government issued bonds directly from the website of Tesouro Direto <https://www.tesourodireto.com.br/>.
Depends:
R (>= 4.1.0)
Imports: stringr, readxl, utils,
stats, curl, bizdays,
tidyr, rvest, xml2,
dplyr, fs,
cli, humanize, purrr,
tibble, jsonlite
License: MIT + file LICENSE
BugReports: https://github.com/msperlin/GetTDData/issues/
URL: https://github.com/msperlin/GetTDData/,
https://msperlin.github.io/GetTDData/
LazyData: false
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat,
ggplot2,
covr,
lubridate