-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
25 lines (25 loc) · 999 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
Package: fxtrackerR
Title: fxtrackerR is an R version of fxtracker, originally written in Python
Version: 0.0.0.9000
Authors@R:
c(person("Sarah", "Abdelazim", , "[email protected]", role = c("aut", "cre")),
person("Markus", "Nam", , "[email protected]", role = c("aut")),
person("Crystal", "Geng", , "[email protected]", role = c("aut")),
person("Lennon", "Au-Yeung", , "[email protected]", role = c("aut")))
Description: This package can allow users to perform currency conversion based on the latest available exchange rate, look up a target exchange rate from historical data as well as plotting exchange rate history and profit/loss percentage history by specifying a currency pair.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
rlang,
covr,
knitr,
rmarkdown
Config/testthat/edition: 3
Imports:
dplyr,
ggplot2,
tidyquant
VignetteBuilder: knitr