Re: [Rd] clusterApply arguments

2018-03-16 Thread Tomas Kalibera
ng ...) in parallel. Tomas . Best regards, Florian Gesendet: Mittwoch, 14. März 2018 um 19:05 Uhr Von: "Henrik Bengtsson" An: "Florian Schwendinger" Cc: fschw...@wu.ac.at, R-devel Betreff: Re: [Rd] clusterApply arguments This is nothing specific to parallel::clusterApply() p

Re: [Rd] clusterApply arguments

2018-03-15 Thread Tomas Kalibera
März 2018 um 19:05 Uhr Von: "Henrik Bengtsson" An: "Florian Schwendinger" Cc: fschw...@wu.ac.at, R-devel 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 nam

Re: [Rd] clusterApply arguments

2018-03-15 Thread Henrik Bengtsson
= lapply, fun, ...), quote = TRUE) > } Oh... sorry I missed that point. Yes, I agree, this should be a trivial fix to the 'parallel' package. /Henrik > > . > > Best regards, > Florian > > > > Gesendet: Mittwoch, 14. März 2018 um 19:05 Uhr > Von: "H

Re: [Rd] clusterApply arguments

2018-03-15 Thread FlorianSchwendinger
ot; An: "Florian Schwendinger" Cc: fschw...@wu.ac.at, R-devel 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 can be d

Re: [Rd] clusterApply arguments

2018-03-14 Thread Henrik Bengtsson
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 can be done here except always using fully named arguments to the "apply" function itself as you show. You can "alert" yourself