Skip to content

Stuck at plan(multisession) #578

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

You must be logged in to vote

@fnavarro94 found the answer - it was a broken ~/.Rprofile setup;

Ok, so I ran

 system2(rscript, args = c("-e", "Sys.getpid()"))
#> Error in library(RPostgreSQL) : there is no package called 'RPostgreSQL'
#> Execution halted

RPostgreSQL is a library that I load in in my .Rprofile. Anyways, I manually installed the library and now I can run

plan(multisession, workers = 2)

So, great! that is solved. ...

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@fnavarro94
Comment options

@HenrikBengtsson
Comment options

@fnavarro94
Comment options

@HenrikBengtsson
Comment options

@fnavarro94
Comment options

Comment options

You must be logged in to vote
0 replies
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
None yet
3 participants