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
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
= 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
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
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