Package: riingo
Type: Package
Title: An R Interface to the 'Tiingo' Stock Price API
Version: 0.2.0
Authors@R: c(
    person("Davis", "Vaughan", email = "davis@rstudio.com", role = c("aut", "cre")),
    person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut"))
  )
Maintainer: Davis Vaughan <davis@rstudio.com>
Description: Functionality to download stock prices, cryptocurrency data, and
   more from the 'Tiingo' API <https://api.tiingo.com/>.
URL: https://github.com/business-science/riingo
BugReports: https://github.com/business-science/riingo/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 6.1.1
LazyData: true
Depends: R (>= 2.10)
Imports: crayon (>= 1.3.4), dplyr (>= 0.7.4), glue (>= 1.3.1), httr (>=
        1.3.1), jsonlite (>= 1.5), tibble (>= 1.4.2), rlang (>= 0.2.0),
        purrr (>= 0.2.4)
Suggests: testthat, covr
NeedsCompilation: no
Packaged: 2019-05-10 15:37:25 UTC; davis
Author: Davis Vaughan [aut, cre],
  Matt Dancho [aut]
Repository: CRAN
Date/Publication: 2019-05-11 06:40:03 UTC
