Skip to content
Prev 14164 / 15274 Next

Custom Indicator and apply.paramset problem

You didn't tell the list what error you see when you try running your code.

You should probably use doParallel on Windows, and not load snow and 
parallel both.  The socket cluster code in the parallel package came 
from snow, and they share the same function names, so you could have 
namespace collisions with both loaded.

Your most likely problem is that you did not export your custom function 
to the cluster workers using .exports in the apply.paramsets call or 
clusterExport before calling apply.paramsets.

Regards,

Brian
On 02/25/2017 02:11 PM, Atakan Okan wrote: