New Post: How to read large size of model file
Hmm, are you loading items before? That looks like an out of memory error. Evaluate a call to w warnings() afterwards to check, also look at gc()
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: How to read timestamp Data DataTime values from R? [98]
Hi, how to read Time value from R, using R i have such a table:2013-05-25 17.5 0 0 12013-05-25 17.5 0 0 12013-05-25 17.5 0 0 12013-05-25 16.8 0 0 12013-05-26 18.2 0 0 12013-05-26 17.5 0 0 1but when I...
View ArticleEdited Unassigned: How to read timestamp Data DataTime values from R? [98]
Hi, how to read Time value from R, using R i have such a table:2013-05-25 17.5 0 0 12013-05-25 17.5 0 0 12013-05-25 17.5 0 0 12013-05-25 16.8 0 0 12013-05-26 18.2 0 0 12013-05-26 17.5 0 0 1but when I...
View ArticleCommented Issue: Cannot use Rcpp from R.NET [97]
Reported an issue in [discussion](https://rdotnet.codeplex.com/discussions/539094#post1223047) Can repro an issue that is very probably the same (TBC) using...
View ArticleNew Post: Rcpp issue
I think I've fixed it. Code is committed on that same 'jperraud' branch. Thanks for reporting this; it led to fixing something rather important. Basically the root cause was that R_HOME ends up set...
View ArticleEdited Issue: Cannot use Rcpp from R.NET [97]
Reported an issue in [discussion](https://rdotnet.codeplex.com/discussions/539094#post1223047) Can repro an issue that is very probably the same (TBC) using...
View ArticleCommented Issue: Cannot use Rcpp from R.NET [97]
Reported an issue in [discussion](https://rdotnet.codeplex.com/discussions/539094#post1223047) Can repro an issue that is very probably the same (TBC) using...
View ArticleClosed Unassigned: How to read timestamp Data DataTime values from R? [98]
Hi, how to read Time value from R, using R i have such a table:2013-05-25 17.5 0 0 12013-05-25 17.5 0 0 12013-05-25 17.5 0 0 12013-05-25 16.8 0 0 12013-05-26 18.2 0 0 12013-05-26 17.5 0 0 1but when I...
View ArticleClosed Unassigned: Rdotnet doesn't work when launch from WebApplication IIS [96]
Hi, I have sample code which runs perfectly fine in sample main application created as console, but problem is when I fire this code from Web application mvc hosted on IIS, then it throws imediatly...
View ArticleEdited 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 ArticleClosed Feature: methods for users to query which paths are guessed by...
This would make the process more transparent and help users help themselves in unforeseen circumstances when setting PATH and R_HOMEComments: Methods are available as NativeUtility.FindRPath and...
View ArticleSource code checked in, #908a4866da56
add NativeUtility.FindRPath and NativeUtility.FindRHome to resolve workitem 90
View ArticleEdited Feature: methods for users to query which paths are guessed by...
This would make the process more transparent and help users help themselves in unforeseen circumstances when setting PATH and R_HOME
View ArticleCommented Feature: methods for users to query which paths are guessed by...
This would make the process more transparent and help users help themselves in unforeseen circumstances when setting PATH and R_HOMEComments: Fixed in changeset 908a4866da56
View ArticleClosed Feature: methods for users to query which paths are guessed by...
This would make the process more transparent and help users help themselves in unforeseen circumstances when setting PATH and R_HOMEComments: NativeUtility.FindRPath and NativeUtility.FindRHome
View ArticleClosed Issue: Can´t evaluate more than 2 arrays in R [26]
I have got the following code. It runs for 2 selected items but for more there occurs:CallbackOnCollectedDelegate.private void button1_Click(object sender, RoutedEventArgs e){//StatConnector RConnector...
View ArticleEdited Issue: Some unit tests fails if all the test suite is run [39]
Same behavior run on Windows 7, 64 bits, run from VS2013 test explorer.If run individually, 6 of the tests pass. If all test run, they fail and subsequently fail even if run alone.Recent work on...
View ArticleCommented Issue: Some unit tests fails if all the test suite is run [39]
Same behavior run on Windows 7, 64 bits, run from VS2013 test explorer.If run individually, 6 of the tests pass. If all test run, they fail and subsequently fail even if run alone.Recent work on...
View Article