Type: Package
Package: riingo
Title: An R Interface to the 'Tiingo' Stock Price API
Version: 0.3.1
Authors@R: 
    c(person(given = "Davis",
             family = "Vaughan",
             role = c("aut", "cre"),
             email = "davis@rstudio.com"),
      person(given = "Matt",
             family = "Dancho",
             role = "aut",
             email = "mdancho@business-science.io"))
Maintainer: Davis Vaughan <davis@rstudio.com>
Description: Functionality to download stock prices,
    cryptocurrency data, and more from the 'Tiingo' API
    <https://api.tiingo.com/>.
License: MIT + file LICENSE
URL: https://github.com/business-science/riingo
BugReports: https://github.com/business-science/riingo/issues
Depends:
    R (>= 2.10)
Imports:
    crayon (>= 1.3.4),
    glue (>= 1.3.1),
    httr (>= 1.3.1),
    jsonlite (>= 1.5),
    purrr (>= 0.2.4),
    rlang (>= 0.2.0),
    tibble (>= 1.4.2),
    vctrs (>= 0.3.0)
Suggests: 
    covr,
    testthat,
    withr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
