[R] "parallel" package

Uwe Ligges ligges at statistik.tu-dortmund.de
Sat Apr 28 20:27:09 CEST 2012



On 28.04.2012 20:18, ya wrote:
> Hi everyone,
>
> Anyone knows Where I can get the "parallel" package? The google results
> said this package has been released since R 2.14, but I could not find a
> place to get it.
>
> I am doing a multiple imputation for missing values, it is really time
> consuming. I figured maybe it's more efficient by paralleling my CPU. I
> got an intel dual core i5 processor in a Thankpad x201 laptop. And I
> have used install.packages ("parallel") in R 2.15 on both linux and
> windows xp, no package installed. So maybe this package is not on cran?
> Any idea?

It is shipped as an R base packaage. Just use

library("parallel")

Uwe Ligges


> Thank you very much.
>
> ya
>
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list