Skip to content

Package 'future' is not installed on worker [when .libPaths() contains backslashes] #566

Discussion options

You must be logged in to vote

Can you try with parallelly 1.29.0-9004;

remotes::install_github("HenrikBengtsson/parallelly", ref="develop")

? I think it fixes it so that you can do:

library(future)
plan(multisession, workers = 2L)

f <- future(42)
v <- value(f)
print(v)

as expected.

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
4 replies
@michalovadek
Comment options

@HenrikBengtsson
Comment options

@michalovadek
Comment options

@HenrikBengtsson
Comment options

Comment options

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

@michalovadek
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