mclapply.hack: mclapply.hack: forking for Windows

Description Usage Arguments See Also Examples

View source: R/mclapply.hack.R

Description

This function mimics forking (done with mclapply in Mac or Linux) for the Windows environment. Designed to be used just like mclapply. Credit goes to Nathan VanHoudnos. (Extremely) lightly adapted from: https://github.com/nathanvan/mcmc-in-irt/blob/master/post-10-mclapply-hack.R ## post-10-mclapply.hack.R ## ## Nathan VanHoudnos ## nathanvan AT northwestern FULL STOP edu ## July 14, 2014 ## Last Edit: August 26, 2014 ## ## A script to implement a hackish version of ## parallel:mclapply() on Windows machines.

Usage

1
mclapply.hack(..., verbose = FALSE, mc.cores = NULL)

Arguments

verbose

Should users be warned this is hack-y? Defaults to FALSE.

See Also

mclapply

Examples

1

lcomm/ltools documentation built on May 20, 2019, 11:28 p.m.