Closed Unassigned: REngine.CreateInstance("RDotNet") Fails in F# [51]
following the example from the main page using F# (script), I did this:'#r "C:\TFS\Tff.RDotNetExample_Solution\packages\R.NET.1.5.3\lib\net40\RDotNet.dll"'#r...
View ArticleClosed Issue: Library problem [54]
Hi ,I used the R.NET project,and it run very well.But recently I found a problem about libray.here is my codes:``` var envPath = Environment.GetEnvironmentVariable("PATH"); var rBinPath = @"E:\Program...
View ArticleNew Post: DatemTime reading immposible.
Hello, i have file with following content: TimeStamp;Val; 2012-12-18 00:00;17,5 2012-12-18 00:15;18,2 2012-12-18 00:30;18,2 2012-12-18 00:45;17,5 I open this file this way:...
View ArticleNew Post: Rcpp issue
Absolutely spot on! Thanks. I came across a couple of issues when the registry values are searched for but I think this may be because Im running R 2.15.3 and the registry structure might be slightly...
View ArticleCreated Unassigned: Check Windows registry settings for R 2.x series [99]
Mentioned in a discussion that the CurrentVersion setting was not present.
View ArticleNew Post: DatemTime reading immposible.
It is possible. A similar question was already asked in (this post)[https://rdotnet.codeplex.com/discussions/531632] For your particular case:# note: sample code using IronPython e.Evaluate("x <-...
View ArticleNew Post: How to read large size of model file
Hi jperraud Thanks for your reply. my code as below, REngine engine = REngine.CreateInstance("RDotNet"); engine.Initialize(); engine.Evaluate("require(randomForest)");...
View ArticleNew Post: How to read large size of model file
This is unlikely to be an R.NET issue, even if this happen to occur when run from R.NET. It certainly is machine dependent (the sample code I used to reproduce on a 32 bit laptop works fine on a 64 bit...
View ArticleCommented Feature: Support usage of R.NET from multiple App Domains [92]
One problem that comes up for us quite a bit when using R.NET from the RProvider is that we need to load it into multiple appdomains simultaneously. The native R.DLL is obviously AppDomain agnostic,...
View ArticleCreated Unassigned: Parse exception but only sometimes [100]
Hi I have simple code, that work alwasy on my local machine, but when I put this on the server, then 1 for 10 request edns with this error, any gues why ? multithreads or sth...
View ArticleEdited Unassigned: Parse exception but only sometimes [100]
Hi I have simple code,that 1 for 10 request edns with this error, any gues why ? multithreads or sth else?it blows up in the first line >...
View ArticleEdited Unassigned: Parse exception but only sometimes [100]
Hi I have simple code,that 1 for 10 request edns with this error, any gues why ? multithreads or sth else?it blows up in the first line >...
View ArticleEdited Unassigned: Parse exception but only sometimes [100]
Hi I have simple code,that 1 for 10 request edns with this error, any gues why ? multithreads or sth else?it blows up in the first line >...
View ArticleNew Post: Making a dll using RDotnet.
Hi , I have this file like , using RDotNet; using RDotNet.NativeLibrary; using Stats; namespace ConsoleApplication1 {class Program { static void Main(string[] args) { string rhome =...
View ArticleCommented Feature: Support usage of R.NET from multiple App Domains [92]
One problem that comes up for us quite a bit when using R.NET from the RProvider is that we need to load it into multiple appdomains simultaneously. The native R.DLL is obviously AppDomain agnostic,...
View ArticleNew Post: Making a dll using RDotnet.
Ashis, I am not sure what you mean by dll, a C dll, a C# dll and just for your computer (your are hard coding paths in that code) or for distribution. But in general, see the C# documentation for how...
View ArticleSource code checked in, #49708a3ae036
Add tests for multiple REngine initialization across appdomains.
View ArticleSource code checked in, #0724eb538cb4
Merge latest to the rClr branch, with a view to merge back the other way.
View ArticleSource code checked in, #e24361c14495
Merge rClr branch into jperraud. Discard some hunks and files that need not be anymore.
View ArticleSource code checked in, #c7d5ce6144ec
Initial unit test passes for non-concurrent use across several appdomains (http://rdotnet.codeplex.com/workitem/92)
View Article