-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
34 lines (34 loc) · 1.05 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
28
29
30
31
32
33
34
Package: alphavantager
Title: Lightweight Interface to the Alpha Vantage API
Version: 0.1.3
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "[email protected]", role = c("aut"))
)
Description:
Alpha Vantage has free historical financial information.
All you need to do is get a free API key at <https://www.alphavantage.co>.
Then you can use the R interface to retrieve free equity information.
Refer to the Alpha Vantage website for more information.
URL: https://github.com/business-science/alphavantager
BugReports: https://github.com/business-science/alphavantager/issues
License: GPL (>= 3)
Encoding: UTF-8
Depends:
R (>= 3.3.0)
Imports:
dplyr (>= 0.7.0),
glue (>= 1.1.1),
httr (>= 1.2.1),
jsonlite (>= 1.5),
purrr (>= 0.2.2.2),
readr (>= 1.1.1),
stringr (>= 1.2.0),
tibble (>= 1.3.3),
tidyr (>= 0.6.3),
timetk (>= 0.1.1.1)
Suggests:
testthat,
knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)