analysis-pipelines
analysis-pipelines copied to clipboard
User-defined Function Throwing an error when registry is loaded
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"’"
Could you share a code snippet for this pipeline?
I am unable to reproduce this issue. Could you let me know if you faced this one-time or repeatedly? A code snippet of the actual pipeline will also help debug further.