This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-parallelly/badges/latest-version.svg)](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]]