R/makeSOCKcluster.R

Defines functions makeSOCKcluster

Documented in makeSOCKcluster

#   temporarily included into PtProcess
#   code becomes broken if one simply changes from snow to parallel
makeSOCKcluster <- function(names, ...)
    parallel::makePSOCKcluster(names, ...)

Try the PtProcess package in your browser

Any scripts or data that you put into this service are public.

PtProcess documentation built on June 8, 2025, 11:04 a.m.