Skip to content

Overwriting library functions

1 message · Phil Novack-Gottshall

#
Hi all,

I'm using a package that is still being updated to address unintuitive
issues. (The package developed sent me a temporary function fix until
the next release.) Normally (when running on a single CPU), I call
reassignInPackage() to over-write the pre-set package function.

But it doesn't seem that over-write is sent to the clusters (I use SNOW
and snowfall) when I export the package. Can anyone recommend a method
to reassign a function in a library so that it can be called properly on
the workers?

Thanks,
Phil