Package: tidyquant
Type: Package
Title: Tidy Quantitative Financial Analysis
Version: 1.0.7
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"))
  )
Maintainer: Matt Dancho <mdancho@business-science.io>
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://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), lubridate, PerformanceAnalytics, quantmod (>=
        0.4-13)
Imports: dplyr (>= 1.0.0), ggplot2, jsonlite, httr, curl, lazyeval,
        magrittr, purrr, Quandl, riingo, readr, readxl, alphavantager
        (>= 0.1.2), stringr, tibble, tidyr (>= 1.0.0), timetk (>=
        2.4.0), timeDate, TTR, xts, rlang, tidyverse, tidyselect
Suggests: tibbletime, forcats, broom, knitr, rmarkdown, testthat (>=
        2.1.0), scales, Rblpapi, covr, janitor
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-03-31 15:56:53 UTC; mdanc
Author: Matt Dancho [aut, cre],
  Davis Vaughan [aut]
Repository: CRAN
Date/Publication: 2023-03-31 20:40:02 UTC
Built: R 4.2.0; ; 2023-04-01 14:14:17 UTC; unix
