-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
32 lines (32 loc) · 858 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
Package: bnmr
Type: Package
Title: Wrapper Functions for the Open API of the Central Bank of Malaysia
Version: 0.0.0.9008
Authors@R: person("Philip", "Khor", email = "pk.qa@outlook.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8333-1256"))
Maintainer: Philip Khor <pk.qa@outlook.com>
Description: A set of wrapper functions for the Open API of the Central Bank of Malaysia.
URL: https://github.com/philip-khor/bnmr
BugReports: https://github.com/philip-khor/bnmr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Imports: httr,
glue,
jsonlite,
purrr (>= 1.0.0),
ISOcodes,
tibble,
tidyr,
rlang,
lubridate,
assertthat
RoxygenNote: 7.2.3
Suggests:
testthat,
covr,
rmarkdown
Config/testthat/edition: 3
Config/testthat/parallel: true