-
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.
- Loading branch information
Showing
2 changed files
with
5 additions
and
18 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,23 +1,10 @@ | ||
## R CMD check results | ||
|
||
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. | ||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
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 the R dependency to >4.x.x, as requested per mail, to pass old-release checks | ||
|
||
* 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