Gabe Becker

Results 50 issues of Gabe Becker

Add argument `break_at_rows`, `break_at_cols` to `paginate_table` here and the underlying machinery in [Insightengineering/formatters](https://github.com/insightsengineering/formatters) that allows users to manually specify pagination breaks, while leaving the rest to the algorithm. E.g., ```...

enhancement
sme

I believe this is a still-alive case of #1843 When the `comment` chunk option is set to `""`, we (still) see the eroneous escaped ansi color codes in output. To...

I believe this is related to #1624 and its subsequent fix, but when an Rd file contains a usage section containing only S4Method, e.g, ``` \usage{ \S4method{[}{VTableTree,ANY,ANY,list}(x, i, j, ...)

In corporate, shared computing environments (notably including RStudio server pro installations), site profiles are used extensively to configure e.g., libpaths and repositories. devtools::check, however, ultimately starts an R process to...

``` library(switchr) man = PkgManifest(name="metafor", type = "cran") sman = SessionManifest(man, c(metafor="1.9-7")) install_packages(sman) ``` Results in an empty, non-functional version of metafor being installed.

See: ``` options(error = function() traceback(2)) cat("shiny::HTML(\"or CMD(/CTRL)+SHIFT+Enter\")", file = "~/test.R") library(CodeDepends) script

API that I hacked in during thesis work probably isn't the right one, and handling could be more robust/useful. I believe @jonocarroll had some interest in collaborating on this. This...

@mmaechler reached out to me and pointed out that a "library" in R is the set of installed packages which are loadable, and what library calls do, is actually load...

Not sure what happened to the original PR. I guess it got destroyed when I rebased on main after doing the inline commit thing (which sadly messed everything up by...

### What happened? Some of the split-time validation thats happening for row splits is brittle in a way that it shouldn't be, and is running afoul of a buglet in...

bug
sme