-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
32 lines (32 loc) · 936 Bytes
/
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
28
29
30
31
32
Package: riingo
Type: Package
Title: An R Interface to the 'Tiingo' Stock Price API
Version: 0.2.0.9000
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
Roxygen: list(markdown = TRUE)
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