-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.06 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
Package: brazilianbanks
Type: Package
Title: Data on Brazilian banks and other regulated financial institutions
Version: 0.0.4
Author: Douglas Kiarelly Godoy de Araujo
Maintainer: Douglas Kiarelly Godoy de Araujo <[email protected]>
Description: A user-friendly interface to official datasets of bank-level variables
sourced from the Central Bank of Brazil and from banks' Pillar 3 disclosures.
See the website for more information, documentation, examples and the source code.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/dkgaraujo/brazilianbanks
BugReports: https://github.com/dkgaraujo/brazilianbanks/issues
lazyData: true
Imports:
crayon (>= 1.4.1),
dplyr (>= 1.0.5),
jsonlite (>= 1.8.0),
lubridate (>= 1.7.10),
magrittr (>= 2.0.1),
RJSONIO (>= 1.3),
stringr (>= 1.4.0),
tibble (>= 3.1.6),
tidyr (>= 1.1.3),
tidyselect (>= 1.1.1)
RoxygenNote: 7.1.2
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
covr
VignetteBuilder: knitr
Config/testthat/edition: 3