Package: FinanceGraphs Title: Flexible Graphs for Analysis of Financial Data and Time Series Version: 0.9.11 Authors@R: person("Derek", "Holmes", , "derek@derekholmes.com", role = c("aut", "cre", "cph")) Description: Flexible wrappers around R graphics modules 'dygraphs' and 'ggplot2' to visualize data commonly found in Financial Studies, with an emphasis on time series. Interactive time series plots include multiple options for incorporating external data such as forecasts and events. Other static plots useful for time series data include an intuitive and generic scatter plotter, a boxplot generator suitable for multiple time series, and event study plotters for time series analysis around sets of dates. License: GPL (>= 3) Encoding: UTF-8 Depends: R (>= 4.1.0) Imports: dplyr (>= 1.0.0), purrr (>= 1.2.0), tibble (>= 1.0.0), broom (>= 1.0.0), stringr (>= 1.2.0), forcats (>= 1.0.0), lubridate (>= 1.7.0), utils (>= 4.0.0), tidyr (>= 0.6.3), xts (>= 0.10.0), qlcal (>= 0.1.0), ggtext (>= 0.1.0), graphics (>= 4.0.0), grDevices (>= 4.5.0), ggplot2 (>= 4.0.0), ggrepel (>= 0.9.0), ggiraph (>= 0.9.0), knitr (>= 1.45), usethis (>= 3.2.0), cpm (>= 2.0.0), RegimeChange (>= 0.1.0), scales (>= 1.1.0), stats (>= 4.5.0), utils (>= 4.5.0), data.table (>= 1.9.8), dygraphs (>= 1.1.0) Suggests: ecp (>= 3.1.0), tidyquant (>= 1.0.0), RColorBrewer (>= 1.0.0), prophet (>= 1.1.0), forecast (>= 9.0.0), timetk (>= 2.9.0), sweep (>= 0.2.0), alphavantagepf (>= 0.3.0), testthat, rmarkdown (>= 2.25) Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 LazyData: true VignetteBuilder: knitr URL: https://github.com/derekholmes0/FinanceGraphs, https://derekholmes0.github.io/FinanceGraphs/ BugReports: https://github.com/derekholmes0/FinanceGraphs/issues Config/Needs/website: rmarkdown Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev git make libgit2-dev libicu-dev libjpeg-dev libpng-dev libuv1-dev libxml2-dev libssl-dev python3 libx11-dev Repository: https://derekholmes0.r-universe.dev Date/Publication: 2026-07-02 17:45:24 UTC RemoteUrl: https://github.com/derekholmes0/financegraphs RemoteRef: HEAD RemoteSha: 38aad39441fa13983dd17ac90ea33f02fe2ab3e5 NeedsCompilation: no Packaged: 2026-07-02 21:10:17 UTC; root Author: Derek Holmes [aut, cre, cph] Maintainer: Derek Holmes