Open-Systems-Pharmacology / rSharp

R package for communication with .NET Core
http://www.open-systems-pharmacology.org/rSharp/
GNU General Public License v2.0
1 stars 0 forks source link

Fixes #117 rSharp_create_domain should return a flag #136

Closed rwmcintosh closed 7 months ago

rwmcintosh commented 7 months ago

Couple of options for discussion.

If we use error_return(ex.what()) type of return then the following results in RStudio and the process stops image

I can also return an integer flag instead where flow control could then be used to retry. LMK your preference

rwmcintosh commented 7 months ago