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@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.

______________________________________________
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