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 upAdded dynamic argument checking for 'readODS:read_ods()' #225
Conversation
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Sep 23, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #225 +/- ##
==========================================
+ Coverage 82.43% 82.78% +0.35%
==========================================
Files 18 18
Lines 871 889 +18
==========================================
+ Hits 718 736 +18
Misses 153 153
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
jennybc
commented
Sep 23, 2019
I'm watching a series of related issues and PRs here re: The tidyverse/r-lib packages are using the ellipsis package for similar functionality, in case that holds any interest. Yes, it would be a dependency. But it would also eliminate the need to grow your own solution here. YMMV |
Looks good - just a couple of nits. |
…port_methods.R
This comment has been minimized.
This comment has been minimized.
One of the build environments failed during setup, prior to deployment of package: Travis...
Appveyor maybe this part ...
|
bokov commentedSep 23, 2019
Added dynamic argument checking for 'readODS:read_ods()' as proposed in #223. Also more detailed tests.
Please ensure the following before submitting a PR:
Note: was I supposed to increment NEWS.md to rio 0.5.21 or add my changes to the 0.5.20 entry?
/R
not/man
and rundevtools::document()
to update documentation/tests
for any new functionality or bug fixR CMD check
runs without error before submitting the PROnly pre-existing error, not caused by this PR