Restore heeding option datatable.showProgress if set#2785
Conversation
|
Why not getOption("datatable.showProgress", interactive())I used that option sometimes, only to FALSE :) |
Codecov Report
@@ Coverage Diff @@
## master #2785 +/- ##
=======================================
Coverage 93.49% 93.49%
=======================================
Files 61 61
Lines 12367 12367
=======================================
Hits 11562 11562
Misses 805 805
Continue to review full report at Codecov.
|
|
@jangorecki Yes, that might be better. I just wasn't sure how deliberate the decision to remove the option was, or whether |
|
are you able to find the commit/issue in which it was changed? for citation
purposes
…On Mon, Apr 23, 2018, 12:45 PM HughParsonage ***@***.***> wrote:
@jangorecki <https://github.com/jangorecki> Yes, that might be better. I
just wasn't sure how deliberate the decision to remove the option was, or
whether interactive() should trump the option. I seem to remember this
change caused quite a lot of difficulty, so I wanted to keep the change
minimal with respect to the current dev.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2785 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHQQdYEkEsmE-F8FX7wb30F1UouVVss_ks5trVxpgaJpZM4TfOtU>
.
|
|
Hmm, I don't see anything there or in linked #2070 suggesting the need for the argument change |
|
I just uploaded a fix to the easycsv functions that use |
|
Thanks all for efforts here. I don't recall why I dropped that option. And as you found too, I can't see anything in the history either. Did I change |
|
With my change just now, current CRAN version of easycsv will break again. Because it calls |
|
Same applies for package SIRItoGTFS, if that's ok with you @bogind? |
|
@mattdowle fine with me. |
Matt, I wasn't sure whether
showProgressmust beFALSEifinteractive()is alsoFALSE