Added the exclude_rows argument to g_forest(). - #1504
Conversation
|
I have read the CLA Document and I hereby sign the CLA |
|
Hi @shajoezhu, @Melkiades, I created this new PR to replace #1503. CI/CD is still failing, and I think there are two main reasons for this:
Would it be possible for you to update the required files/configuration? I created #1505 for that. Thanks! @danielinteractive , @gmbecker - FYI. |
|
it is much better than before, we can fix the url in a seperate PR, that's not a blocker for us to merging this, if only cla check failing, we can fix that later. let's see the others |
Thank you @shajoezhu. If the remaining issues are not blockers, could you please approve this PR so that I can merge it? PS. I noticed two NOTES in the R CMD check:
|
|
cran check will not pass PS. I noticed two NOTES in the R CMD check: Example timing (g_forest()) can you fix them |
I don’t think I can fix these without revisiting the implementation of the existing functions/examples. The I also profiled the The incoming feasibility NOTE also appears to be separate from the added example and not something I can directly address. |
|
skip the example if run on cran |
Hi @shajoezhu - done. R CMD checks is passsing now. |
Fixes #1498 (Replaces #1503 due to CI/CD issues).