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_xls()' no longer passing '...' to 'read_xls()' #230
Conversation
…hat functions cannot accept '...' arguments. Instead, the length of '...' is checked and if > 0 a warning is issued. With corresponding tests. Also went back and changed my earlier 'read_xlsx()' test to be 'expect_warning()' instead of 'expect_true()' since by that point that's what needs testing.
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Sep 23, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #230 +/- ##
==========================================
- Coverage 82.43% 82.32% -0.11%
==========================================
Files 18 18
Lines 871 877 +6
==========================================
+ Hits 718 722 +4
- Misses 153 155 +2
Continue to review full report at Codecov.
|
Looks good - a couple of small changes requested. Thanks for this! |
… per (/230#pullrequestreview-296156610)
This comment has been minimized.
This comment has been minimized.
I re-ran this commit on my own Travis account and the problem seems to have resolved itself Appveyor is still failing to install packages 'haven', 'curl', 'data.table', 'readxl', 'openxlsx', 'tibble' |
bokov commentedSep 23, 2019
because that function cannot accept '...' arguments. Instead, the length of '...' is checked and if > 0 a warning is issued. With corresponding tests. Also went back and changed my earlier 'read_xlsx()' test to be 'expect_warning()' instead of 'expect_true()' since by that point that's what needs testing.
Please ensure the following before submitting a PR:
This addresses the final part of #223 , #224 , and item 2 in #226
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 new errors.