-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 924 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
Package: valet
Type: Package
Title: Provide R Client to the Bank of Canada's Valet API
Version: 0.9.0
Authors@R: c(person(given = "Corey", family = "Runkel",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8992-4434")))
Description: The Bank of Canada updated their Valet API
<https://www.bankofcanada.ca/valet/docs>, and no R client
currently exists. This provides access to all of Valet's endpoints
and serves responses in wide format easy for researchers to
handle but also provides tools to access API responses as a list.
License: MIT + file LICENSE
URL: runkelcorey.github.io/valet
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
magrittr,
httr,
dplyr,
readr,
purrr,
jsonlite
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3