-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
42 lines (42 loc) · 977 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
33
34
35
36
37
38
39
40
41
42
Package: stocks
Type: Package
Title: Stock Market Analysis
Version: 2.0.0
License: GPL-3
LazyData: true
URL: https://github.com/vandomed/stocks
Date: 2020-07-14
Author: Dane R. Van Domelen
Maintainer: Dane R. Van Domelen <vandomed@gmail.com>
Description: Functions for analyzing and visualizing stock market data. Main
features are loading and aligning historical data, calculating performance
metrics for individual funds or portfolios (e.g. annualized growth, maximum
drawdown, Sharpe/Sortino ratio), and creating graphs.
Depends: dplyr, R (>= 3.5.0), rbenchmark, quantmod
Imports: data.table,
fastmatch,
ggplot2,
ggrepel,
graphics,
grDevices,
lubridate,
methods,
plotly,
purrr,
Rcpp (>= 0.12.15),
RcppEigen,
roll,
rvest,
scales,
stats,
tidyr,
TTR,
xml2,
zoo
Suggests: knitr,
rmarkdown,
pander,
printr
LinkingTo: Rcpp
Encoding: UTF-8
RoxygenNote: 7.1.0