Marcin

Results 135 comments of Marcin

@kumamiao error appeared on an Encoding Panel, since one of the inputs is missing. Error message got propagated to the decorator UI. The question is, should we show an error...

Yes, all the `options()` set in `.Rprofile`. All the `Sys.env()` packed in `.Renvrion`. `renv::activate()` packed in `.Rprofile`

I would also indent the numbers in Obs and Subjects columns to the right, as typically you can spot that in Excel. I though we already had this indentation at...

@pawelru if this is urgent, as a quick fix for now you can provide a path to an empty file via `options('teal.renv.lockfile')`

To disable lockfile creation this function should return `NULL` https://github.com/insightsengineering/teal/pull/1263/files#diff-c389a151f2967297002c1253ee7819f95d9017f250147356c6e8d6d66165638cR59-R73 We could set this up with an R option via `options`. `options('teal.renv.create = TRUE)'` by default, that can be set...

@pawelru we can always switch to the case when this is run on demand by a parameter in init. `init(lockfile = FALSE)` ```r @param lockfile `(logical)` whether to generate the...

So we will end up controlling everything with `options()` because we don't like arguments : ) and that ain't gonna be simple, because you need extra documentation for `options` used...

> But this won't work because if the "parent" process has teal loaded and runs callr::, then the option is hand over and it won't be possible to change it...

When it comes to `tlg-catalog`, their current build actually runs the lockfile creation so this is good moment that we will prevent that https://github.com/insightsengineering/tlg-catalog/actions/runs/10864227371/job/30149260781

For the tlg-catalog, it's not `webshot` who calls `callr`, but it's Quarto that renders teal apps (and webshot then make print-screens of those apps). So this should be just refined...