On Tue, Nov 5, 2013 at 3:36 PM, Uwe Ligges
<lig...@statistik.tu-dortmund.de> wrote:
>
>
> On 06.11.2013 00:26, Simon Pickert wrote:
>>
>> Mcapply from package 'parallel'. Also see package 'multicore'
>
>
> Not mcapply: it won't work under Windows that the OP asked for.
>
> But package parallel is the right hint. It also provides other
> parallelization techniques that will work under Windows.

Packages foreach and doParallel provide ways of writing parallel code
that will run on all systems, without having to worry about details of
parallel computation on each platform.

HTH,

Peter

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to