Skip to content

MultisessionFuture () failed to call gassign() on cluster ...... #598

Answered by HenrikBengtsson
elgabbas asked this question in Q&A
Discussion options

You must be logged in to vote

(Reposting as a separate answer)

This has most likely nothing to do with furrr or even future. The fact that it cannot even launch a basic test future suggests you have a broken R setup. To me the warnings:

During startup - Warning messages:
1: package ‘utils’ in options("defaultPackages") was not found
2: package ‘stats’ in options("defaultPackages") was not found

look suspicious. What does

$ Rscript -e ".libPaths()"
$ Rscript --vanilla -e ".libPaths()"

output on that machine?

Also, do you have an .Rprofile file? What does that contain?

BTW, please use 'Code Block' here on GitHub to format your code you paste. It makes it much easier to read.

Replies: 8 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@HenrikBengtsson
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@HenrikBengtsson
Comment options

Comment options

You must be logged in to vote
2 replies
@elgabbas
Comment options

@HenrikBengtsson
Comment options

Answer selected by HenrikBengtsson
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
4 participants
Converted from issue

This discussion was converted from issue #597 on March 03, 2022 13:51.