J-M
J-M
It may be a Voila issue rather than jpt-flex.
Hi, The message `rClr library .NET framework not found` is a tad misleading indeed; this is because the native library `rClrMs.dll` in the package is not found. This is usually...
I noticed the build log has `C:/Windows/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe` as the msbuild.exe used for building. This is likely the cause of failure. if I launch `R CMD build` from the windows cmd...
Running with Mono on Windows has not been actively supported for some time. At some point, the release of Mono for Windows was lagging behind other platforms, and since the...
@UnclAlDeveloper I have not yet assessed personally the impact, if any, of changes in R 4.0. I see in https://github.com/rdotnet/rdotnet/issues/123 there seems to be relatively minimal impact on R.NET so...
Hi @msevestre , thank you for your interest and offer. I had jolted some [initial notes on a branch](https://github.com/rdotnet/rClr/blob/assess/coreclr/src/doc/notes_dotnetcore.md) regarding rClr hosting a .NET core engine instead of the .NET...
rClr Mono support on Windows is not actively maintained (too little use), but this should not prevent a package build so long as you have .NET 4.0 or above and...
I do not. Due to workplace demands I have little time left for the maintenance of rClr unfortunately.
What seems to happen is that R cannot find one of the R methods in rClr: [getCurrentConvertedObject](https://github.com/jmp75/rClr/blob/master/R/rClr-exported.R#L314) normally this function `getCurrentConvertedObject` should be known if `library(rClr)` was successful. I note...
Thank you for your interest; I will have a look at your commits this week-end. The roadmap is to use the package (R6)[https://github.com/wch/R6] to create R objects around the external...