-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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_iterwithpar_compute == TRUE
Expected behavior
An Error should pop up that says Error in makePSOCKcluster and Cluster setup failed
Environment information:
- eiCompare version: 3.0
- Mac (Catalina)
- R Studio 1.3.944
Additional context
It seems like this can resolved either by
- Installing a Preview version of RStudio
- Setting a time out parameter when we call
makeCluster - Installing July release of R: Rstudio v1.3.1056
Metadata
Metadata
Assignees
Labels
No labels
