# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "parallelly" in publications use:' type: software license: LGPL-2.0-or-later title: 'parallelly: Enhancing the ''parallel'' Package' version: 1.38.0 doi: 10.32614/CRAN.package.parallelly abstract: 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 the operating system, 'cgroups' and Linux containers, 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. authors: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com orcid: https://orcid.org/0000-0002-7579-5165 repository: https://henrikbengtsson.r-universe.dev repository-code: https://github.com/HenrikBengtsson/parallelly commit: b19a140ffa61159acbfed62f1423b0f21a65df0b url: https://parallelly.futureverse.org contact: - family-names: Bengtsson given-names: Henrik email: henrikb@braju.com orcid: https://orcid.org/0000-0002-7579-5165