Package: tidyquant Type: Package Title: Tidy Quantitative Financial Analysis Version: 1.0.12.9000 Authors@R: c( person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")), person("Davis", "Vaughan", email = "dvaughan@business-science.io", 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, jsonlite, lazyeval, lubridate, magrittr, PerformanceAnalytics, RobStatTM, 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), riingo, tibbletime, broom, knitr, forcats, rmarkdown, testthat (>= 2.1.0), scales, Rblpapi, janitor RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://business-science.r-universe.dev Date/Publication: 2026-03-16 22:05:56 UTC RemoteUrl: https://github.com/business-science/tidyquant RemoteRef: HEAD RemoteSha: a5cb868d79edfcef2f7de8aee71a1453d3aa40c5 NeedsCompilation: no Packaged: 2026-06-14 07:45:05 UTC; root Author: Matt Dancho [aut, cre], Davis Vaughan [aut] Maintainer: Matt Dancho