r-parallelly 1.44.0
Enhancements of the parallel package
This package provides utility functions that enhance the parallel
package and support the built-in parallel backends of the future
package. For example, availableCores
gives the number of CPU cores available to your R process as given by R options and environment variables, including those set by job schedulers on high-performance compute clusters. If none is set, it will fall back to parallel::detectCores
. Another example is makeClusterPSOCK
, which is backward compatible with parallel::makePSOCKcluster
while doing a better job in setting up remote cluster workers without the need for configuring the firewall to do port-forwarding to your local computer.
- Outputs:
out
- Website: https://github.com/HenrikBengtsson/parallelly
- Licenses: LGPL 2.1+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-parallelly 1.44.0
as follows:
guix install r-parallelly@1.44.0
Or install the latest version:
guix install r-parallelly
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.