-
Notifications
You must be signed in to change notification settings - Fork 54
/
DESCRIPTION
27 lines (27 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: Quandl
Title: API Wrapper for Quandl.com
Version: 2.11.0
Date: 2021-08-11
Authors@R: c(
person("Dave Dotson", role="cre", email="[email protected]"),
person("Raymond McTaggart", role=c("aut")),
person("Gergely Daroczi", role="aut"),
person("Clement Leung", role="aut"),
person("Quandl Inc.", role="cph"))
Maintainer: Dave Dotson <[email protected]>
Description: Functions for interacting directly with the Quandl API to offer data in a number of formats usable in R, downloading a zip with all data from a Quandl database, and the ability to search. This R package uses the Quandl API. For more information go to <https://docs.quandl.com>. For more help on the package itself go to <https://www.quandl.com/tools/r>.
Imports:
httr (>= 0.6.1),
zoo,
jsonlite (>= 0.9.14)
Suggests:
testthat (>= 0.10.0),
roxygen2,
timeSeries
Depends:
R (>= 2.15.0),
xts
License: MIT + file LICENSE
URL: https://github.com/quandl/quandl-r
BugReports: https://github.com/quandl/quandl-r/issues
RoxygenNote: 7.1.1