Source code checked in, #efd7cd0e99ff
Get it back to working order in Linux for simple test app. Some command line arguments led to a nasty crash in R.dll, including simply having --quiet and --interactive concurrently! Not yet tested in...
View ArticleNew Post: R Engine is not initializing
Hi all. I am new to R.NET so by following community discussions I tried to connect to R from C# using R.NET. I have set correct dll path and it was fine. but program is crashing while executing...
View ArticleNew Post: R Engine is not initializing
Thanks for the precisions on the environment you are running in; a couple of additional questions: Do you have a stack trace of the exception? Also can you confirm you are running from a console...
View ArticleNew Post: R Engine is not initializing
Yes, I am running it from console. its not throwing any exception. just crashing the program.
View ArticleNew Post: R Engine is not initializing
hi ... Do i need to install IIS for this.........?
View ArticleSource code checked in, #8375124a9341
Found what to do to load a custom build R on Linux. Improve library loading error reporting. Refactor, adding an IDynamicLibraryLoader interface.
View ArticleNew Post: R Engine is not initializing
Visual Studio should have a built-in web engine. Perhaps not the Express edition however. I can do 'F5' on the project from VS2012.
View ArticleNew Post: R Engine is not initializing
HI Thanks for reply...... from last 2 days I was trying to run program as normal user.(It was crashing) today as admin I reinstalled R and ran same program with changed dll path its running fine. can...
View ArticleNew Post: R Engine is not initializing
We can only assume that a non-admin install of R poses some problems to the R.NET initialization procedure. Without detailed error message this it hard to tell for sure. Thanks for the report, testing...
View ArticleClosed Issue: R engine init in MPI process: you must specify '--save',...
Platform:SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/LinuxMono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg2-9)Using MPI.NET compiled against OpenMPI```mpiexec -n 5 CalibrateMyModel.exe --blah...
View ArticleCommented Unassigned: Problems when R runs on other threads [71]
In mono, if a thread from the thread pool uses the REngine, several errors about a limited stack size appear. This is described in section 8.1.5 of http://cran.r-project.org/doc/manuals/R-exts.pdfOne...
View ArticleCommented Unassigned: RDOT NET Catches and Crashes on handled exceptions [70]
By default in RDOTNET on unix, R will catch an exception before the CLR can, leading to strange behavior and error messages. For example, consider this, normally handled, null reference exception in...
View ArticleEdited Issue: RDOT NET Catches and Crashes on handled exceptions [70]
By default in RDOTNET on unix, R will catch an exception before the CLR can, leading to strange behavior and error messages. For example, consider this, normally handled, null reference exception in...
View ArticleEdited Issue: Problems when R runs on other threads [71]
In mono, if a thread from the thread pool uses the REngine, several errors about a limited stack size appear. This is described in section 8.1.5 of http://cran.r-project.org/doc/manuals/R-exts.pdfOne...
View ArticleCommented Unassigned: multithreading in R.Net with c# [66]
Hi All,i'm execute r script in asp.net mvc 4, and it's o.k. but when trying to do it in multithreading it' fail.please help someone !!!!!!!!Comments: Issue relates to...
View ArticleCommented Unassigned: Calling Evaluate seems to reset CurrentDirectory [65]
Using R.net to execute a script.Not setting wd in the script however, regardless of complexity of the script the Environment.CurrentDirectoryis being set to the root directory of R installation on my...
View ArticleCreated Issue: dlopen: invalid caller on loading libR.so on CentOS [73]
Repro:Revision: 237Changeset: 8375124a9341c72faaba1bd8a8f31a34d8663b5c [8375124a9341]Date: Monday, 25 November 2013 11:34:08 AMBranch: jperraudSee...
View ArticleEdited Issue: dlopen: invalid caller on loading libR.so on CentOS [73]
Repro:Revision: 237Changeset: 8375124a9341c72faaba1bd8a8f31a34d8663b5c [8375124a9341]Date: Monday, 25 November 2013 11:34:08 AMBranch: jperraudSee...
View ArticleSource code checked in, #862331f91d85
Unit test to cover workitem 70, making sure that .NET exceptions are not caught prematurely by R on *nix platforms
View ArticleSource code checked in, #16c5ed6e52a0
Add a workaround by Daniel Collins to issue https://rdotnet.codeplex.com/workitem/73
View Article