error: object '.doSnowGlobals' not found?

前端 未结 4 753
既然无缘
既然无缘 2021-01-05 01:34

I\'m trying to parallelize a code on 4 nodes(type = \"SOCK\"). Here is my code.

library(itertools)
library(foreach)
library(doParallel)
library(parallel)

wo         


        
4条回答
  •  被撕碎了的回忆
    2021-01-05 02:04

    I encountered the same problem today, and I tried all the answers above, none of which worked for me. Then I simply reinstalled the doSNOW package, and magically, the problem was solved.

提交回复
热议问题