-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
30 lines (30 loc) · 946 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
Package: yahoofinancer
Type: Package
Title: Fetch Data from Yahoo Finance API
Version: 0.4.0.9000
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"))
Description: Obtain historical and near real time data related to stocks, index
and currencies from the Yahoo Finance API. This package is community maintained
and is not officially supported by 'Yahoo'. The accuracy of data is only as
correct as provided on <https://finance.yahoo.com/>.
Depends:
R(>= 3.4)
Imports:
curl,
httr,
jsonlite,
lubridate,
magrittr,
purrr,
R6,
stringr
Suggests:
covr,
httptest,
testthat (>= 3.0.0)
Config/testthat/edition: 3
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://yahoofinancer.rsquaredacademy.com/, https://github.com/rsquaredacademy/yahoofinancer
BugReports: https://github.com/rsquaredacademy/yahoofinancer/issues
RoxygenNote: 7.3.2