On Jul 10, 2013, at 3:29 PM, Jie <jimmycl...@gmail.com> wrote: > Dear All, > > I would like to use parApply in "parallel" to do parallel computing. > But after I updated to the new version of R, I got the message like > "Warning message: package ‘parallel’ is not available (for R version 3.0.0) " > Any people has the same issue? I know there are some other packages > but which has a similar way to implement it? Thank you. > > Best wishes, > Jie >
parallel is part of the standard R distribution and has been since R version 2.14.0, almost two years ago. You just need: > require(parallel) Loading required package: parallel Regards, Marc Schwartz ______________________________________________ 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.