forked from rynkwn/backtestGraphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.46 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
Package: backtestGraphics
Type: Package
Title: Interactive Graphics for Portfolio Data
Description: Creates an interactive graphics
interface to visualize backtest results of different financial
instruments, such as equities, futures, and credit default swaps.
The package does not run backtests on the given data set but
displays a graphical explanation of the backtest results. Users can
look at backtest graphics for different instruments, investment
strategies, and portfolios. Summary statistics of different
portfolio holdings are shown in the left panel, and interactive
plots of profit and loss (P\&L), net market value (NMV) and
gross market value (GMV) are displayed in the right panel.
Version: 0.1.5
Date: 2015-08-13
Author: as.person(c(
"David Kane <dave.kane@gmail.com> [aut]",
"Ziqi Lu <ziqi.lu@williams.edu> [aut]",
"Karan Tibrewal <karan.tibrewal@williams.edu> [aut]",
"Fan Zhang <fan.zhang@williams.edu> [aut]",
"Miller Zijie Zhu <zijie.miller.zhu@gmail.com> [aut]"
))
Maintainer: Miller Zijie Zhu <zijie.miller.zhu@gmail.com>
License: GPL-3
LazyData: true
Depends: R (>= 2.10)
Imports: dygraphs, dplyr, scales, xts, shiny
Suggests: testthat
NeedsCompilation: no
Packaged: 2015-08-13 13:01:32 UTC; zzhu
Repository: CRAN
Date/Publication: 2015-08-13 20:14:19