Henrik Bengtsson

Results 956 comments of Henrik Bengtsson

I knew I shouldn't have mentioned it since I don't recall the details and absolutely don't want to discredit `qs` since its potentials are great and it looks like to...

Hopefully, @mllg's commit fixes this problem, but if not ... All y'all, the warning on `cannot wait for child NNNNN as it does not exist` was [introduced in R 3.5.0](https://github.com/HenrikBengtsson/future/issues/218#issuecomment-384706593)....

I think the batchtools maintainers need more information from you than this in order to say anything useful or even comment on this, e.g. R version, session info, operating system,...

FWIW, that warning was introduced in R 3.5.0 as they added an internal sanity run-time check. That revealed some problem, which were fixed in R 3.5.1 patched. In other words,...

To clarify this feature request: Is it possible (and safe) to set up a pointer to a batchtools registry from a separate R session (by only knowing its path on...

Gathering @mllg's findings from https://github.com/wlandau-lilly/drake/issues/113#issuecomment-339598735: >> Do you happen to have any recommendations of simple/stable images on Docker Hub? > I used these images to test the ins and outs...

Having a set of Linux containers (LXC) - and let's focus on Docker containers for simplicity - for testing R batch processing on various HPC schedulers would be of great...

Certainly fine with me. This is a thing that shouldn't be rushed.

I'm using the L'Cuyer RNG stream approach, which, honestly, I use based on a fairly large portion of trust in how it's done in / chosen for the parallel package....

When iterating over elements `x`, you can do something like: ```r RNGkind("L'Ecuyer-CMRG") seed