Gabe Becker

Results 50 issues of Gabe Becker

We need pagination tests. Currently we don't have many/any.

help wanted
good first issue

Hi @gmbecker , thanks so much for the quick fix. Another issue with `paginate_table`, it seems that `main_title` was dropped after the pagination (`main_footer` is kept, which is good). Could...

bug

Arose initially in https://github.com/Roche/rtables/issues/331#issuecomment-1155775132_ in response to @danielinteractive's ongoing frustrations with how strict r/cbind are. Investigate possibility of "CompoundTable" which would essentially be a list of logically distinct tables that...

enhancement
major
research
sme

`tt_level` and `tt_level

sme

Discovered when responding to https://github.com/RConsortium/rtrs-wg/issues/32 ``` adsl2

working baseline proof of concept as of 0.3.8.9012 in gabe_tabletree_work headers go in divs inside caption tag, footers go in div after table: ``` analysisfun % analyze("AGE", afun = analysisfun)...

To reproduce: ``` library(gt) mydf tab_spanner(label ="spaannning", columns = c(y, z)) rtf_str sessionInfo() R version 4.1.2 (2021-11-01) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Big Sur 10.16 Matrix products: default BLAS:...

Type: ☹︎ Bug
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [3] High

This should happen during printing (and pagination), not during value assignment

good first issue
priority

Existing, or new (probably the existing clinical trial tables one) From https://github.com/RConsortium/rtrs-wg/blob/main/tables-book/04-04-kaplan-meier.Rmd ``` library(dplyr) library(tidyr) library(stringr) library(purrr) library(survival) data("cadaette", package = "random.cdisc.data") head(cadaette) adtte % dplyr::filter(PARAMCD == "AETTE2", SAFFL ==...

enhancement
good first issue
documentation