Frederik Ziebell
Frederik Ziebell
This is working for `facet_wrap()`, but the same trick does not work for `facet_grid()` ``` cp
Thank you, that is really helpful! For my application, `ashci` is really quick. Just to make sure my reasoning is correct: I could even compute a local false sign or...
Thank you for explaining you thought process on this topic. It seems to be a more complicated issue than I initially thought. Maybe even setting an environment variable to subscribe...
I already confirmed that I got 10 workers from `availableWorkers()` and from printing `Sys.getpid()` inside `f`. All that is as expected. Indeed, I'm not getting any updates, even to the...
Thanks for the suggesions. I'm also running R 4.2.2 and progressr 0.12.0 on CentOS 7.9, but my slurm scheduler is 22.05.2. I tried the `--vanilla` switch, but it didn't make...
The script actually completes, i.e. I put the session info after the loop as you suggested and it ends up in slurm.out. Swtiching to `with_progress()` didn't make a change. I...
I see the updates in your example immediately, so everything is fine there as well.
Here's the output, so it seems there is no notable buffering. ``` [11:16:49.016] (0.000s => +0.005s) initiate: 0/100 (+0) '' {clear=TRUE, enabled=TRUE, status=} [11:16:49.273] (0.257s => +0.178s) update: 1/100 (+1)...
The trick with the sticky progress messages works and I even get a working progress bar on the original `test.R` script. I just don't know if it's because of more...
The `stdbuf` option didn't make a difference but using the filesize handler works as expected. So I guess the conclusion is on systems where the progress handler does not work...