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.8 Date: 2025-01-02 Authors@R: c( person(given = "Yanrong", family = "Song", role = c("aut", "cre"), email = "yrsong129@gmail.com"), person(given = "Zijie", family = "Zhu", role = "aut", email = "zijie.miller.zhu@gmail.com"), person(given = "David", family = "Kane", role = "aut", email = "dave.kane@gmail.com"), person(given = "Ziqi", family = "Lu", role = "aut", email = "ziqilu@g.harvard.edu"), person(given = "Karan", family = "Tibrewal", role = "aut", email = "karan.tibrewal@williams.edu"), person(given = "Fan", family = "Zhang", role = "aut", email = "fan.zhang@williams.edu") ) License: GPL-3 LazyData: true Depends: R (>= 3.5.0) Imports: dygraphs, dplyr, scales, xts, shiny, tibble Suggests: testthat NeedsCompilation: no Packaged: 2026-06-16 11:59:44 UTC; root RoxygenNote: 7.3.2 Encoding: UTF-8 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://yanrong-stacy-song.r-universe.dev Date/Publication: 2025-02-18 21:32:52 UTC RemoteUrl: https://github.com/yanrong-stacy-song/backtestgraphics RemoteRef: HEAD RemoteSha: 3af9209ed40d8665a5bb50828fd143e1a154982b Author: Yanrong Song [aut, cre], Zijie Zhu [aut], David Kane [aut], Ziqi Lu [aut], Karan Tibrewal [aut], Fan Zhang [aut] Maintainer: Yanrong Song