You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems to be a known issue that parallel::makeCluster "freezes" for certain versions of RStudio (rstudio/rstudio#6692). With some eiCompare functions involving parallelization options, this will cause issues for users who are using certain versions of RStudio.
To Reproduce
Steps and code to reproduce the behavior:
Run ei_iter on RStudio (could be 1.3.944, 1.2.5042, or other) locally with R 4.X
Load Corona data from Package
Run ei_iter with par_compute == TRUE
Expected behavior
An Error should pop up that says Error in makePSOCKcluster and Cluster setup failed
Screenshots
Environment information:
eiCompare version: 3.0
Mac (Catalina)
R Studio 1.3.944
Additional context
It seems like this can resolved either by
Describe the bug
It seems to be a known issue that
parallel::makeCluster
"freezes" for certain versions of RStudio (rstudio/rstudio#6692). With some eiCompare functions involving parallelization options, this will cause issues for users who are using certain versions of RStudio.To Reproduce
Steps and code to reproduce the behavior:
ei_iter
withpar_compute == TRUE
Expected behavior
An Error should pop up that says
Error in makePSOCKcluster
andCluster setup failed
Screenshots
Environment information:
Additional context
It seems like this can resolved either by
makeCluster
The text was updated successfully, but these errors were encountered: