search for: florian_schwendinger

Displaying 5 results from an estimated 5 matches for "florian_schwendinger".

2018 Mar 15
2
clusterApply arguments
...(c, clusterApply(cl = cl, x = splitList(X, length(cl)), fun = lapply, fun, ...), quote = TRUE) } . Best regards, Florian ? Gesendet:?Mittwoch, 14. M?rz 2018 um 19:05 Uhr Von:?"Henrik Bengtsson" <henrik.bengtsson at gmail.com> An:?"Florian Schwendinger" <Florian_Schwendinger at gmx.at> Cc:?fschwend at wu.ac.at, R-devel <r-devel at r-project.org> Betreff:?Re: [Rd] clusterApply arguments This is nothing specific to parallel::clusterApply() per se. It is the default behavior of R where it allows for partial argument names. I don't think there's much that...
2018 Mar 15
1
clusterApply arguments
...) in parallel. Tomas > >> . >> >> Best regards, >> Florian >> >> >> >> Gesendet: Mittwoch, 14. M?rz 2018 um 19:05 Uhr >> Von: "Henrik Bengtsson" <henrik.bengtsson at gmail.com> >> An: "Florian Schwendinger" <Florian_Schwendinger at gmx.at> >> Cc: fschwend at wu.ac.at, R-devel <r-devel at r-project.org> >> Betreff: Re: [Rd] clusterApply arguments >> This is nothing specific to parallel::clusterApply() per se. It is the >> default behavior of R where it allows for partial argument names. I &g...
2018 Mar 14
2
clusterApply arguments
Hi! I recognized that the argument matching of clusterApply (and therefore parLapply) goes wrong when one of the arguments of the function is called "c". In this case, the argument "c" is used as cluster and the functions give the following error message "Error in checkCluster(cl) : not a valid cluster". Of course, "c" is for many reasons an unfortunate
2018 Mar 15
0
clusterApply arguments
...e a trivial fix to the 'parallel' package. /Henrik > > . > > Best regards, > Florian > > > > Gesendet: Mittwoch, 14. M?rz 2018 um 19:05 Uhr > Von: "Henrik Bengtsson" <henrik.bengtsson at gmail.com> > An: "Florian Schwendinger" <Florian_Schwendinger at gmx.at> > Cc: fschwend at wu.ac.at, R-devel <r-devel at r-project.org> > Betreff: Re: [Rd] clusterApply arguments > This is nothing specific to parallel::clusterApply() per se. It is the > default behavior of R where it allows for partial argument names. I > don't thi...
2018 Mar 14
0
clusterApply arguments
...= 1) ## Error Warning in clusterApply(clu, x = 1:2, fun = fun, c = 1) : partial argument match of 'c' to 'cl' Error in checkCluster(cl) : not a valid cluster It's still only a warning, but an informative one. /Henrik On Wed, Mar 14, 2018 at 8:50 AM, Florian Schwendinger <Florian_Schwendinger at gmx.at> wrote: > Hi! > > I recognized that the argument matching of clusterApply (and therefore parLapply) goes wrong when one of the arguments of the function is called "c". In this case, the argument "c" is used as cluster and the functions give the following er...