-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a418e9
commit 52bc37e
Showing
42 changed files
with
2,070 additions
and
3,533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: yahoofinancer | ||
Type: Package | ||
Title: Fetch Data from Yahoo Finance API | ||
Version: 0.1.0.9000 | ||
Version: 0.2.0 | ||
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", 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 | ||
|
@@ -10,6 +10,7 @@ Description: Obtain historical and near real time data related to stocks, index | |
Depends: | ||
R(>= 3.4) | ||
Imports: | ||
curl, | ||
httr, | ||
jsonlite, | ||
lubridate, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# yahoofinancer (development version) | ||
|
||
# yahoofinancer 0.2.0 | ||
|
||
This is a minor release to fix bugs resulting from changes in Yahoo Finance API. | ||
|
||
# yahoofinancer 0.1.0 | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
- Added a `NEWS.md` file to track changes to the package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.