-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.43 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.43 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
42
43
44
45
46
Package: EXR
Type: Package
Title: Download Free Currency Data / Exchange Rates and Apply Currency Conversions
Version: 0.1.0.9004
Authors@R:
c(person(given = "Mirko",
family = "Schinck",
role = c("aut", "cre"),
email = "github_obsaditelnost@dermirko.de"))
Author: Mirko Schinck [aut, cre]
Maintainer: Mirko Schinck <github_obsaditelnost@dermirko.de>
Description: Get currency exchange rates ('EXR') or directly apply currency
conversion on a tibble from one to another currency based on spot prices
(reference rates) provided by 'ECB Data Portal'. The main purpose of this
package is to offer an unlimited and free way to get (potentially approximate)
important exchange rates. No API-key required. Data can be requested by periods
with days as shortest period. No ask, bid, mid or intra-day data. Unofficial
cross-rates based on EUR may be calculated.
URL: https://github.com/obsaditelnost/EXR/
BugReports: https://github.com/obsaditelnost/EXR/issues
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.0.0)
Imports:
httr2 (>= 1.0.1),
readr (>= 2.1.2),
tidyr (>= 1.3.0),
cli (>= 3.4.1),
zoo (>= 1.7-13),
dplyr (>= 1.1.1),
vctrs (>= 0.4.0),
tibble
Suggests:
testthat (>= 3.0.0),
lintr,
covr,
ecb,
ISOcodes,
withr,
gt,
badger
Config/testthat/edition: 3