-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 951 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
28
29
30
31
32
33
34
35
Package: cbRt
Type: Package
Title: R Interface to EDDS of CBRT
Version: 0.2.0
Authors@R: person("Emrah", "Er", email = "[email protected]", role = c("aut", "cre"))
Description: cbRt provides an interface to the Electronic Data Delivery System (https://evds2.tcmb.gov.tr/) of the Central Bank of the Republic of Turkey.
License: MIT + file LICENSE
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/emraher/cbRt, https://eremrah.com/cbRt/
BugReports: https://github.com/emraher/cbRt/issues
Depends:
R (>= 3.1)
Suggests:
covr (>= 3.0.1),
testthat (>= 2.0.0),
knitr (>= 1.19),
rmarkdown (>= 1.8.10)
Imports:
rlang (>= 0.1.2),
magrittr (>= 1.5),
anytime (>= 0.3.0),
data.table (>= 1.10.4.3),
httr (>= 1.3.1),
jsonlite (>= 1.5),
tsibble (>= 0.9.3),
dplyr,
tidyselect,
purrr,
tibble,
janitor
VignetteBuilder: knitr