Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up'.import.rio_rdata()' and 'import.rio_rds()' no longer passing '...' … #229
+21
−2
Conversation
This comment has been minimized.
This comment has been minimized.
SInce the rds format has the same issue as rdata and they're thematically related I included that too, and did tests for it as well. |
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Sep 23, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #229 +/- ##
==========================================
+ Coverage 82.43% 82.51% +0.08%
==========================================
Files 18 18
Lines 871 875 +4
==========================================
+ Hits 718 722 +4
Misses 153 153
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
bokov commentedSep 23, 2019
…to 'load()' nor to 'readRDS()' because those underlying functions cannot accept '...' arguments. Instead, the length of '...' is checked and if > 0 a warning is issued. With corresponding tests. As proposed in #223
Please ensure the following before submitting a PR:
Issue #223
Awaiting guidance.
/R
not/man
and rundevtools::document()
to update documentationNo changes
/tests
for any new functionality or bug fixR CMD check
runs without error before submitting the PRNo failures attributable to this PR.