Skip to content

Installation error ‘multiprocess’ is not exported by 'namespace:future' #3

Description

@luddeluddis

Thanks for the work with this package! Unfortunately I've encountered an error during installation when following the recommended procedure on a Linux environment using the latest version of R (4.3.1). The specific error I receive is:
"Error: object ‘multiprocess’ is not exported by 'namespace:future'".

Upon searching for this error, I came across this StackOverflow post which mentions that the "multiprocess" function from the "future" package was deprecated for some time, and as of March 2023, it was officially removed. According to this GitHub page you can achieve the same thing by calling "multicore" or "multisession". Is there a way to modify the causeSims package to no longer depend on the "multiprocess" function?

I circumvent the error by first installing an earlier version of the future package:

remotes::install_version('future', '1.28.0',repos = 'http://cran.us.r-project.org')

and then installing the causeSims package adding the upgrade variable "never" to the installation process:

devtools::install_github('jean997/causeSims', upgrade = 'never')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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