search for: paralappli

Displaying 1 result from an estimated 1 matches for "paralappli".

Did you mean: paralapply
2012 Sep 18
0
S4, polymorphism, and parallelization
I am running Rmpi and MPICH2 to do parallelization in a Windows 7 machine. I am only using my PC's cores. Parallelization for standard R code works fine. For S4 code I am having the following problem: Let us say I have a class A and a subclasses B and C (both B and C "contains" A). I declared a method setGeneric( name = "superClassMethod", def = function(object)