[R] Parallel version of Map(rather, mapply)

2013-08-28 Thread Saptarshi Guha
Hello, I find Map to be nice interface to mapply. However Map calls mapply which in turn calls mapply via .Internal. Is there a parallel version of mapply (like mcapply) or do I need to write this myself? Regards Saptarshi [[alternative HTML version deleted]]

Re: [R] Parallel version of Map(rather, mapply)

2013-08-28 Thread Greenberg, Jonathan
Subject: [R] Parallel version of Map(rather, mapply) Hello, I find Map to be nice interface to mapply. However Map calls mapply which in turn calls mapply via .Internal. Is there a parallel version of mapply (like mcapply) or do I need to write this myself? Regards Saptarshi [[alternative

Re: [R] Parallel version of Map(rather, mapply)

2013-08-28 Thread Saptarshi Guha
[saptarshi.g...@gmail.com] Sent: Wednesday, August 28, 2013 1:24 PM To: R-help@r-project.org Subject: [R] Parallel version of Map(rather, mapply) Hello, I find Map to be nice interface to mapply. However Map calls mapply which in turn calls mapply via .Internal. Is there a parallel version