parallelly
parallelly copied to clipboard
R package: parallelly - Enhancing the 'parallel' Package
Triggered by #96, could we automatically detect what `rscript_sh` should be for remote workers? Right now it is hard-coded to `rscript_sh = "sh"` for remote workers based on the assumption...
# Background The **future** package uses a complex, inefficient, ad-hoc approach, which is implemented in pure R, to estimate the object size on an R object. It is used to...
Add an example on how to request a multi-host ad-hoc cluster by requesting it via Slurm. This involves spinning up workers using `srun`.
The version of `ssh.exe` bundled with RStudio on Windows is now quite old, and we're considering removing it in a future release. We'd then like to rely on the versions...