Commented Unassigned: Cannot call base package functionality in r [116]
Hi!I have installed R.NET version 1.5.12, also tried version 1.5.11. I am simply trying to make the simple eample with the t-distribution test work.Simple operations work fine, such as NumericVector...
View ArticleCommented Unassigned: Cannot call base package functionality in r [116]
Hi!I have installed R.NET version 1.5.12, also tried version 1.5.11. I am simply trying to make the simple eample with the t-distribution test work.Simple operations work fine, such as NumericVector...
View ArticleCommented Unassigned: Cannot call base package functionality in r [116]
Hi!I have installed R.NET version 1.5.12, also tried version 1.5.11. I am simply trying to make the simple eample with the t-distribution test work.Simple operations work fine, such as NumericVector...
View ArticleNew Post: C#: R.NET shuts down if I use it in a task
Hi, to have success with an computationally intensive calculation I had to make a new task. Directly after the calculation there should be initialized a R.NET plot. The plot actually was shown, but the...
View ArticleCommented Unassigned: Cannot call base package functionality in r [116]
Hi!I have installed R.NET version 1.5.12, also tried version 1.5.11. I am simply trying to make the simple eample with the t-distribution test work.Simple operations work fine, such as NumericVector...
View ArticleCommented Unassigned: Cannot call base package functionality in r [116]
Hi!I have installed R.NET version 1.5.12, also tried version 1.5.11. I am simply trying to make the simple eample with the t-distribution test work.Simple operations work fine, such as NumericVector...
View ArticleCommented Unassigned: Cannot call base package functionality in r [116]
Hi!I have installed R.NET version 1.5.12, also tried version 1.5.11. I am simply trying to make the simple eample with the t-distribution test work.Simple operations work fine, such as NumericVector...
View ArticleCommented Unassigned: Cannot call base package functionality in r [116]
Hi!I have installed R.NET version 1.5.12, also tried version 1.5.11. I am simply trying to make the simple eample with the t-distribution test work.Simple operations work fine, such as NumericVector...
View ArticleNew Post: C#: R.NET shuts down if I use it in a task
Do you have a small code sample demonstrating your issue. I assume you refer to the task parallelism in System.Threading.Tasks, but this it not certain. Opening up graphic windows from R.NET used to be...
View ArticleClosed Issue: Check the LD_LIBRARY_PATH message for Linux [114]
I always forget to set this one myself, so better make sure the instructions are clear. Check that the error message on failed REngine startup because of LD_LIBRARY_PATH is now clearer. User...
View ArticleClosed Task: Put in place reproducible tests for multi-threading issues [113]
rdotnet\TestApps\StressTest\Program.csmethod doMultiThreadingOperationand a method testing the finalization of objects. Single threaded, except that the finalization occurs on another thread. Also test...
View ArticleEdited Feature: Write stress tests [109]
Relatively long-running tests for handling large amounts of data, numerous iterations, etc. May have some NUnit, but probably less pervasive than the smaller unit tests.Couple that with getting runtime...
View ArticleCommented Feature: Write stress tests [109]
Relatively long-running tests for handling large amounts of data, numerous iterations, etc. May have some NUnit, but probably less pervasive than the smaller unit tests.Couple that with getting runtime...
View ArticleEdited Issue: MaxMemorySize startup parameter above 2047Mb is not picked up...
Noticed while working on the stress tests. A unit test checks that 128 Mb startup parameter is picked up, but it seems that ~2GB is the max that R native accepts, even on a 64 bits windows...
View ArticleSource code checked in, #1486ee00b557
Minor adjustment to a message regarding how to set LD_LIBRARY_PATH
View ArticleNew Post: Character Limit
Can you please give me a short example of how I would do this in a class structure, or refer me to some reading? Thanks
View ArticleCommented Issue: R.Net 1.5.5 problem multithread and loaded machine. [115]
Hi,Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.htmlError messages we had in production:Version 1.5.5:Error: C stack usage is too...
View ArticleCommented Issue: R.Net 1.5.5 problem multithread and loaded machine. [115]
Hi,Here is test project on problems reported in blogpost http://kostylizm.blogspot.ru/2014/05/run-r-code-from-c-sharp.htmlError messages we had in production:Version 1.5.5:Error: C stack usage is too...
View Article