.Net-Bridge
.Net-Bridge copied to clipboard
.NET Bridge allowing Python and R to access .NET libraries, running either locally or remotely
Sometimes the internal cache dictionaries for ObjectId and objects gets corrupted and the program tries to access a key that does not exist. Currently only fixable by restarting the server....
For compatibility with Python 3.10 the import for DataUtil.py need to change: ``` import numpy as np import pandas as pd try: from collections.abc import Iterable except ImportError: from collections...
The version of rDotNet in CRAN is 0.9.1, but unfortunately that version does not handle multiple DLLs in the .cinit...() function (interestingly, the CLRServer in that package DOES handle multiple...
there seems to be a bug intruduced with issue #3 https://github.com/tr8dr/.Net-Bridge/blob/f39b85db51476d5935be54ab4a4b5d5bb14d3118/src/R/rDotNet/R/Driver.R#L78
First, thank you for a developing this awesome solution for accessing .NET from R and Python. I'm looking for documentation or best practices guidance on using RDotNet and the .Net-Bridge...
Will it be possible to access results returned as a reference in the function call argument, like here: MathNet.Numerics.Distributions.Normal.Samples(System.Double[],System.Double,System.Double) Fills an array with samples generated from the distribution. The array...
Hi Jonathan, I have a further question regarding the `rDotNet` package: Currently one can only load one dll and `R` has to be restarted if another dll has to be...