Conversation
Melkiades
left a comment
There was a problem hiding this comment.
@shajoezhu @BFalquet let me know what you think! I managed to get also the flextable output to work with our theme
Unit Tests Summary 1 files 77 suites 1m 52s ⏱️ Results for commit f018e93. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit b21b008 ♻️ This comment has been updated with latest results. |
BFalquet
left a comment
There was a problem hiding this comment.
Nice work but apparently the version of tidyselect was updated and using an external vector in selections was deprecated. => use NSE or all_of (there are couple of occurences). Also we get a warning in the .determine_ggplot_header and ..plot_centered_axis as well as in couple of other unmodified function because we dont use .data. add them to utils::globalVariables or use .data/.env
Yes I saw the first issue but if you follow it, it seems to be related to process_selectors which is a cards function... I will investigate the second issue! |
Signed-off-by: Davide Garolini <dgarolini@gmail.com>
|
@BFalquet @shajoezhu I think now this is complete! I added some edge cases ;) |
|
hi @Melkiades , tests still failing. can you take a look please. |
|
hi @walkowif , I was wondering do you know why the CLA is failing? Thanks |
|
@shajoezhu Even though in the check summary it appears as if CLA was failing, it's not. The failing check is
|
Code Coverage SummaryDiff against mainResults for commit: f018e93 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
Hi @walkowif, I think w/o {broom.helpers} tbl_regression does not work well. Could we add it to macos systems? I will add a skip if not installed meanwhile. Error in |
|
@Melkiades Most likely this is because
It's missing from
I compared that with
|
|
let's add it into suggest, i think it will be fine |
Signed-off-by: Joe Zhu <sha.joe.zhu@gmail.com>
|
@Melkiades one last error in the check |
Signed-off-by: Joe Zhu <sha.joe.zhu@gmail.com>
shajoezhu
left a comment
There was a problem hiding this comment.
hey guys, this looks good to me now. I am going to merge this in and unblock the downstream, we can refactor this if needs.




What changes are proposed in this pull request?
add_forest()) as attachedggplot2for each row.g_forest()and its dependencies.Provide more detail here as needed.
#160
New generic format (inspired by

gtforester@ddsjoberg)More specific output:

Pre-review Checklist (if item does not apply, mark is as complete)
usethis::pr_merge_main()devtools::test_coverage()Reviewer Checklist (if item does not apply, mark is as complete)
pkgdown::build_site(). Check the R console for errors, and review the rendered website.devtools::test_coverage()When the branch is ready to be merged:
NEWS.mdwith the changes from this pull request under the heading "# cards (development version)". If there is an issue associated with the pull request, reference it in parentheses at the end update (seeNEWS.mdfor examples).