R.NET 1.5.12 is a beta release towards R.NET 1.6. You are encouraged to use 1.5.12 now and give feedback.
See the documentation for setup and usage instructions.
Main changes for R.NET 1.5.12:
See the documentation for setup and usage instructions.
Main changes for R.NET 1.5.12:
- The C stack limit was not disabled on Windows. For reasons possibly peculiar to R, this means that non-concurrent access to R from multiple threads was not stable. This is now fixed, with the fix validated with a unit test. Thanks to Odugen, skyguy94, and previously others (evolvedmicrobe, tomasp) for help on this front. Do note that concurrent access from multiple threads is still not supported, and it cannot be.
- Complex number conversion had a bug for vectors with multiple elements. Fixed by skyguy94.
- Minor improvements to API method names, and some error reporting.