-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
26 lines (26 loc) · 1.03 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
Package: NasdaqDataLink
Title: API Wrapper for Nasdaq Data Link
Version: 1.0.0
Date: 2022-06-17
Authors@R: c(
person("Jamie Couture", role="cre", email="jamie.couture@nasdaq.com"),
person("Eric Vautour", role=c("aut")),
person("Nasdaq Data Link.", role="cph"))
Maintainer: Jamie Couture <jamie.couture@nasdaq.com>
Description: Functions for interacting directly with the Nasdaq Data Link API to offer data in a number of formats usable in R, downloading a zip with all data from a Nasdaq Data Link database, and the ability to search. This R package uses the Nasdaq Data Link API. For more information go to <https://docs.data.nasdaq.com/>. For more help on the package itself go to <https://data.nasdaq.com/tools/r>.
Imports:
httr (>= 0.6.1),
zoo,
jsonlite (>= 0.9.14),
methods
Suggests:
testthat (>= 0.10.0),
roxygen2,
timeSeries
Depends:
R (>= 2.15.0),
xts
License: MIT + file LICENSE
URL: https://github.com/nasdaq/data-link-r
BugReports: https://github.com/nasdaq/data-link-r/issues
RoxygenNote: 7.1.1