matloff / partools

Tools to aid coding in the R 'parallel' package.
40 stars 11 forks source link

parallel:::.slaveRSOCK() -> parallel:::.workRSOCK() name change in R (>= 4.1.0) #17

Closed schklom closed 2 years ago

schklom commented 2 years ago

As mentioned in https://github.com/HenrikBengtsson/future/issues/393, an update to parallel renamed parallel:::.slaveRSOCK() into parallel:::.workRSOCK().

partools needs to call the correct function depending on the R version. It is currently broken on the new R versions.