ybukhman / GCAT

Growth curve analysis tool
2 stars 3 forks source link

Error Handling between Rails and R #47

Closed thethirduniverse closed 8 years ago

thethirduniverse commented 8 years ago

Originally R tries to do some fancy exception handling to signal Rails about the error. But that does not seem to work.

In order to signal error, R need to return a single error message from gcat.anlysis.main(), so that length() of that value will be 1.

amangpt777 commented 8 years ago

Hi Guanqing, I have fixed on R side and sent the pull request for the same. Let me know if you face any issues.

thethirduniverse commented 8 years ago

Thanks! I’ll take a look at it on Monday.

On Nov 21, 2015, at 7:28 PM, Aman Gupta notifications@github.com wrote:

Hi Guanqing, I have fixed on R side and sent the pull request for the same. Let me know if you face any issues.

— Reply to this email directly or view it on GitHub https://github.com/ybukhman/GCAT/issues/47#issuecomment-158698740.

ybukhman commented 8 years ago

May need to do this again in the future for some of the lower-level functions