-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some work on zen4R::download_zenodo() #35
Conversation
With this commit, all md5sum checks happen after all files are downloaded (either sequential or parallel)
Having the option 'quiet' will make this more convenient for wrapping in other (external) functions, which will provide their own messages. If something goes wrong, warnings/errors are still printed.
Record ID and DOI are already in the initial message 'Will download x files ...'
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
=========================================
- Coverage 5.93% 5.89% -0.04%
=========================================
Files 7 7
Lines 1079 1086 +7
=========================================
Hits 64 64
- Misses 1015 1022 +7
Continue to review full report at Codecov.
|
@florisvdh i've done a quick check, sounds ok for all your commits. Now in holidays, when back will do some further check and review your message on #35 before publishing on CRAN. |
Beside a few administrative fixes, some extra features and slightly improved [ZEN4R] messages are implemented.
The commit messages should explain most things (+ those with an asterisk have a message body).
This relates to #31, where more suggestions have been done about how [ZEN4R] messages may be further improved.
@eblondel feel free to discuss or change things that you would like to have changed.