J-M
J-M
`clrShutdown` is deprecated. It may have appeared marginally useful when I first wrote it, but since the embedded .NET CLR cannot be closed and reloaded in the same process twice,...
DateTime objects are indeed converted to R constructs, on purpose. A possible workaround is to create a wrapper class around DateTime (or a set of static methods with DateTime parameters)....
Hi, It is not possible to unload an assembly once loaded. In order to avoid esoteric issues with type equality, rClr uses single application domain; so far as I know,...
Thank you all for the feeback - note to self that this needs documentation.
No, adding R.NET as a reference to your package is not needed. This can be for more advanced cases, but should be avoided, and this is very likely not the...
Hi, .NET not having native support for missing values (fair enough for a general purpose language), there is still quite a bit of work to do to emulate it, especially...
I have noticed indeed that there were issues when running on the more recent Mono series 4.x. I had moved to use SGen with the latest releases of the 3.x...
Hi, Thank you for the suggestion about getting binaries at install time - much appreciated. I thought this would go against CRAN's in principle if not by the letter but...
Thanks for the information, this is comprehensive. I do not have access to MacOS so not sure, but what seems to be likely is that the .Net assembly ClrFacade.dll is...
Hi, First thank you @Ductomaniac for reporting in the first place. I just bumped into a similar issue. I was using the windows command prompt to do `R CMD INSTALL`...