Category "doparallel"

makeCluster hangs on Windows - parallel package

I have tried using the parallel package to run a simple parallelization in R on my Windows 10 laptop, but when it gets to the makeCluster function it just hangs

How to export multiple function or packages in foreach loop in "R"

I'm trying to decrease run time of my code by using doParallel package in R. I'm calling a function awareRateSIR that some extra packages are used in the body

Run RSelenium in parallel

How would i go about running RSelenium in parallel. The following is an example using rvest in parallel library(RSelenium) library(rvest) library(magrittr) li