Marcin

Results 135 comments of Marcin

hey @JianWang2016 what is the output of your `sessionInfo()`? You can run it after your launch and turn off the teal app. This will be helpful in figuring out what...

Here is my `sessionInfo()` for which I get proper fit of the model in `MMRM` tab ![image](https://github.com/insightsengineering/teal.gallery/assets/133694481/44cf5c9c-02df-4e02-aa4c-20a882931880) ```{R} R version 4.2.3 (2023-03-15 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10...

Created a small video during which the lockfile creation took 21 seconds, but during this time it was possible to work with the app. ```r ✔ Created lockfile 'session.lock' [21.5s]...

some tests fail for `shiny::testServer()` so I think we can reuse the approach we created for `logger::log_shiny_input_changes` where we skip this functionality if session `inherits(session, "MockShinySession")`

But how to include that in `teal::init` if the there is no shiny session yet : ) I guess we could use `identical(Sys.getenv("TESTTHAT"), "true")` to detect process is in the...

Hey team (cc @pawelru @gogonzo @vedhav @donyunardi) based on the points and the discussion in here I personally think there is a lot of issues with running `pak::lockfile_create()` on our...

@pawelru as a team we were aligned yesterday during daily that it will be the simplest to allow the user to compute and pass his/her own lockfile. If you do...

@pawelru this is proper attitude to state that some cases might be beyond `teal`. If we stick to this motto, I'm fine creating this feature on our side, knowing that...

Hey, thanks for the feedback. Finally in this PR I decided to go with `renv::snapshot()` solution due to motivation I stated in here https://github.com/insightsengineering/teal/pull/1232#discussion_r1616785540 I think `pak` is great for...

Maybe one more thing would be capturing the output of `renv::snapshot()` so it's not pasted into the console. And maybe handling cases when it produces errors, however with the `force...