-
Notifications
You must be signed in to change notification settings - Fork 177
/
DESCRIPTION
62 lines (62 loc) · 1.65 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: tidyquant
Type: Package
Title: Tidy Quantitative Financial Analysis
Version: 1.0.9
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "[email protected]", role = c("aut"))
)
Description: Bringing business and financial analysis to the 'tidyverse'. The 'tidyquant'
package provides a convenient wrapper to various 'xts', 'zoo', 'quantmod', 'TTR'
and 'PerformanceAnalytics' package
functions and returns the objects in the tidy 'tibble' format. The main
advantage is being able to use quantitative functions with the 'tidyverse'
functions including 'purrr', 'dplyr', 'tidyr', 'ggplot2', 'lubridate', etc. See
the 'tidyquant' website for more information, documentation and examples.
URL: https://business-science.github.io/tidyquant/, https://github.com/business-science/tidyquant
BugReports: https://github.com/business-science/tidyquant/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
Imports:
dplyr (>= 1.0.0),
ggplot2 (>= 3.4.0),
httr,
httr2,
curl,
lazyeval,
lubridate,
magrittr,
PerformanceAnalytics,
quantmod (>= 0.4-13),
purrr,
readr,
readxl,
stringr,
tibble,
tidyr (>= 1.0.0),
timetk (>= 2.4.0),
timeDate,
TTR,
xts,
rlang,
zoo,
cli
Suggests:
alphavantager (>= 0.1.2),
Quandl,
riingo,
tibbletime,
broom,
knitr,
forcats,
rmarkdown,
testthat (>= 2.1.0),
scales,
Rblpapi,
janitor
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr