-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.41 KB
/
Copy pathDESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.41 KB
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: bbk
Title: Client for Central Bank APIs
Version: 0.13.0.9000
Authors@R:
person("Maximilian", "Mücke", , "muecke.maximilian@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-9432-9795"))
Description: A client for retrieving data and metadata from central bank
APIs including 'Banco Central do Brasil' (BCB), 'Banco de España'
(BdE), 'Banco de México' (Banxico), 'Banco de Portugal' (BdP), 'Bank
for International Settlements' (BIS), 'Bank of Canada' (BoC), 'Bank of
England' (BoE), 'Bank of Israel' (BoI), 'Bank of Japan' (BoJ), 'Banque
de France' (BdF), 'Czech National Bank' (CNB), 'Deutsche Bundesbank'
(BBk), 'European Central Bank' (ECB), 'National Bank of Poland' (NBP),
'Norges Bank' (NoB), 'Oesterreichische Nationalbank' (OeNB), 'Sveriges
Riksbank' (SRb), and 'Swiss National Bank' (SNB).
License: MIT + file LICENSE
URL: https://m-muecke.github.io/bbk/, https://github.com/m-muecke/bbk
BugReports: https://github.com/m-muecke/bbk/issues
Depends:
R (>= 4.1.0)
Imports:
checkmate (>= 1.9.0),
curl,
data.table (>= 1.17.0),
httr2 (>= 1.0.6),
jsonlite,
stats,
tools,
utils,
xml2
Suggests:
ggplot2,
knitr,
scales,
testthat (>= 3.3.0)
Config/Needs/website: knitr, rmarkdown
Config/roxygen2/markdown: TRUE
Config/roxygen2/version: 8.1.0
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8