Closed schklom closed 2 years ago
As mentioned in https://github.com/HenrikBengtsson/future/issues/393, an update to parallel renamed parallel:::.slaveRSOCK() into parallel:::.workRSOCK().
parallel
parallel:::.slaveRSOCK()
parallel:::.workRSOCK()
partools needs to call the correct function depending on the R version. It is currently broken on the new R versions.
partools
As mentioned in https://github.com/HenrikBengtsson/future/issues/393, an update to
parallel
renamedparallel:::.slaveRSOCK()
intoparallel:::.workRSOCK()
.partools
needs to call the correct function depending on the R version. It is currently broken on the new R versions.