Package: GetQuandlData
Type: Package
Title: Fast and Cached Import of Data from 'Quandl' Using the 'json
        API'
Version: 1.0.0
Author: Marcelo S. Perlin
Maintainer: Marcelo S. Perlin <marceloperlin@gmail.com>
Description: Imports time series data from the 'Quandl' database <https://data.nasdaq.com/>. The package uses the  'json api' at <https://data.nasdaq.com/search>, local caching ('memoise' package) and the tidy format by default. 
   Also allows queries of databases, allowing the user to see which time series are available for each database id. In short, it is an alternative to package 'Quandl', with faster data importation in the tidy/long format.
Imports: jsonlite, memoise, dplyr, purrr, utils, readr, fs
Depends: R (>= 4.0.0)
License: GPL-2
BugReports: https://github.com/msperlin/GetQuandlData/issues
URL: https://github.com/msperlin/GetQuandlData/
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2, tibble
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-02-15 12:25:34 UTC; msperlin
Repository: CRAN
Date/Publication: 2023-02-15 12:40:04 UTC
Built: R 4.5.2; ; 2025-11-08 04:29:50 UTC; windows
