Skip to content

future::makeClusterPSOCK() has moved to parallelly::makeClusterPSOCK() #24

@HenrikBengtsson

Description

@HenrikBengtsson

future::makeClusterPSOCK() is a re-export of parallelly::makeClusterPSOCK() since 2020. It will eventually be removed from the future package. Please update the following uses accordingly:

pcl <- future::makeClusterPSOCK(cores)

pcl <- future::makeClusterPSOCK(cores)

pcl <- future::makeClusterPSOCK(cores)

pcl <-future::makeClusterPSOCK(cores)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions