I am getting this Error message (below) when initializing my pipeline. I have a series of user-defined functions in the pipeline but for some reason, it always throws an error for this one function (called "myDefinedFunction"). I registered the function exactly the same way as the others. The only way to get it working is to source the function, re-register it, then save and re-load the registery again. Any thoughts?
"Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘myDefinedFunction’ for signature ‘"AnalysisPipeline", "formula"’"
I am getting this Error message (below) when initializing my pipeline. I have a series of user-defined functions in the pipeline but for some reason, it always throws an error for this one function (called "myDefinedFunction"). I registered the function exactly the same way as the others. The only way to get it working is to source the function, re-register it, then save and re-load the registery again. Any thoughts?
"Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘myDefinedFunction’ for signature ‘"AnalysisPipeline", "formula"’"