Marcin
Marcin
I see some errors on vignettes creations during R CMD CHECK https://github.com/insightsengineering/teal/actions/runs/9956572489/job/27506766811#step:23:35 ```r Quitting from lines 106-112 [unnamed-chunk-4] (adding-support-for-reporting.Rmd) Error: processing vignette 'adding-support-for-reporting.Rmd' failed with diagnostics: Don't know how to...
> move envocation of the lockfile process to the srv_renv_lockfile which should be conditional - if file already exist, don't start the process again. It means it will no longer...
We can introduce the same mechanism as is currently on main - to skip lockfile creation in tests and r cmd check. Those are the environments that we do not...
> This will disable lockfile from running in tests. But how to test this feature? A separate GitHub action job, that doesn't run `devtools::test()` but runs an R script and...
Hey @gogonzo getting back to this. Do you think this https://github.com/insightsengineering/teal/pull/1263#issuecomment-2288467032 is a blocker for `mirai`? We can always revisit the approach with `callr` and figure out why it didn't...
@gogonzo you can do the honors of merging this in : ) great colab team!
ping @Melkiades
Here are changes made in tmg https://github.com/insightsengineering/teal.modules.general/pull/927/files#diff-7f1d035113b6073c9c165d9339a44821bb7047cc6675d8f0b842486eea798a9a After TealAppDriver was changed in teal in here https://github.com/insightsengineering/teal/pull/1633
I would suggest creating README.Rmd file, that has a knitr chunk with below setting: `identical(Sys.getenv("IN_PKGDOWN"), "true")` so it is added only during the PKGDOWN build of docs. Copied from the...
All dependencies are now in their releases versions and this repository is based on Remotes field setup in DESCRIPTION. Restarting builds. We will see it that helps