[R-pkg-devel] Use of `:::` in a package for code run in a parallel cluster

Dirk Eddelbuettel edd @end|ng |rom deb|@n@org
Tue Sep 15 13:55:48 CEST 2020


On 15 September 2020 at 10:27, Cesko Voeten wrote:
| the language provides an obvious way to do this, why write a semantic kludge 

As already said, Occam's Razor give the answer: keep it simple(r) and don't
write the kludge. Stick it all into a package, load the package on every node
and use the code. A package does not need ':::' to reach its own code.

Dirk

-- 
https://dirk.eddelbuettel.com | @eddelbuettel | edd using debian.org



More information about the R-package-devel mailing list