Is there any way to signal an error when a function is called by an addin without getting the "Error executing Addin: R code execution error" popup appearing? The only method I can see working so far is capturing the error and displaying it as a warning then exiting the function. Thanks.