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 May 4, 2021, 1:06 a.m.