r-parallelly
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.
- Versions: 1.44.0
- 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 the latest version of r-parallelly
as follows:
guix install r-parallelly
Or install a particular version:
guix install r-parallelly@1.44.0
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.
Badge code
You can use the following badge to inform users of r-parallelly about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-parallelly'><img src='https://packages.guix.gnu.org/packages/r-parallelly/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-parallelly)
Example Org:
[[https://packages.guix.gnu.org/packages/r-parallelly][https://packages.guix.gnu.org/packages/r-parallelly/badges/latest-version.svg]]