Package: riingo
Type: Package
Title: An R Interface to the 'Tiingo' Stock Price API
Version: 0.1.0
Authors@R: c(
    person("Davis", "Vaughan", email = "dvaughan@business-science.io", role = c("aut", "cre")),
    person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut"))
  )
Maintainer: Davis Vaughan <dvaughan@business-science.io>
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.0.1
LazyData: true
Depends: R (>= 2.10)
Imports: crayon (>= 1.3.4), glue (>= 1.2.0), httr (>= 1.3.1), jsonlite
        (>= 1.5), tibble (>= 1.4.2), rlang (>= 0.2.0), purrr (>= 0.2.4)
Suggests: dplyr (>= 0.7.4), testthat, covr
NeedsCompilation: no
Packaged: 2018-04-13 17:51:43 UTC; davisvaughan
Author: Davis Vaughan [aut, cre],
  Matt Dancho [aut]
Repository: CRAN
Date/Publication: 2018-04-16 09:14:12 UTC
