-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Merge branch 'development'""
This reverts commit 4b60541.
- Loading branch information
Showing
2 changed files
with
18 additions
and
5 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,10 +1,23 @@ | ||
## R CMD check results | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
0 errors ✔ | 0 warnings ✔ | 1 note ✖ | ||
|
||
### The note | ||
|
||
``` | ||
The Title field should be in title case. Current version is: | ||
'A Streamlined Access to Cryptocurrency OHLC-V Market Data and Sentiment Indicators' | ||
In title case that is: | ||
'A Streamlined Access to Cryptocurrency OHLC-v Market Data and Sentiment Indicators' | ||
``` | ||
|
||
This `note` is related to `OHLC-V`, and since `OHLC-V` is an accepted shorthand for Open, High, Low, Close and Volume I believe this `note` should | ||
be ignored. | ||
|
||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
* Updated the R dependency to >4.x.x, as requested per mail, to pass old-release checks | ||
This is a resubmission. In this version I have updated many elements in the library, but | ||
most importantly the unittests are being conducted in a manner that is robust to timing | ||
errors. | ||
|
||
|
||
* Updated various functionality of the library |
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