Gabe Becker

Results 50 issues of Gabe Becker

they end up in a single column, which is incorrect.

good first issue
fast fix
sme

See insightsengineering/formatters#82 (blocked by completion of that issue) and insightsengineering/rlistings#72

enhancement
blocked
sme

The SEXP header takes up 32 bits of memory, even though it only has 31 bits of information in it (the reasons it does this are not important here, but...

I propose we work toward a patch for R that extends the core package build/install machinery in R to allow registration of preprocessors similar to what was added to support...

# Pull Request Fixes #nnn

Currently any use of "{" or "}" in a label is disallowed here: https://github.com/insightsengineering/rtables/blob/bdafa9d155ef71c7bc829d17c5ba78ae5a7c8308/R/00tabletrees.R#L23 This is due to formatters historically/currently being somewhat overly aggresive in guessing where referential footnotes are...

```r library(rtables) lyt % analyze("SEX", section_div = " ") ``` gives us ``` > build_table(lyt, ex_adsl) all obs —————————————————————————— F 222 M 166 U 9 UNDIFFERENTIATED 3 ``` Instead of...

keep_titles works (and, I imagine, the other rtables specific args to `[`) if we select at least one row, but not if we select zero rows: ``` lyt % split_rows_by("ARM")...

# Reporting an Issue with rtables Normally, all paths in row space are "addressable", ie we can do ```r rdf table_structure(tbl) [TableTree] root [ElementaryTable] flag (1 x 1) [TableTree] flag...

bug
sme
collaboration

Serialized R objects are everywhere, from cluttering our workspaces to provided package data. Currently, however, such objects are "all or nothing", in that to get any piece of the saved...