New Post: R.NET failing on library(RODBC) call (and other external libraries)
Hi I'm having major issues trying to load external libraries, in particular RODBC (though out of interest we have tried on others such as ggplot2 with the same results. I am setting paths explicitly as...
View ArticleNew Post: Azure // R.Net
So - would love to toss the fruits of a plot into an array of bytes - any idea how to do this? (perhaps the Cairo module?) I'm comfortably dumping to a temp file (jpg) and moving along from there so if...
View ArticleCommented Unassigned: C# App crashes while getting row from dataframe [150]
Hi,Can anyone help me on this.I am facing this weird issue, when I try to fetch some rows(row by row) from my dataset(dataframe in R). First few rows are fetched without any error but after say 4-5...
View ArticleNew Post: R.NET failing on library(RODBC) call (and other external libraries)
R.NET 1.5.5 is obsolete; please use the latest NuGet package 1.5.16 which is likely to have resolved your issue, and if not you will very likely get more information as to the error, which will help...
View ArticleNew Post: Azure // R.Net
I've worked with the R.Net graphics library to write a svg device that I serialize to my clients. I'm adding a PNG device. There were a couple of serious kinks I had to work out, including what I think...
View ArticleNew Post: R.NET failing on library(RODBC) call (and other external libraries)
Hi j-m, first, thanks so much for responding, I really appreciate your input. Unfortunately, i spent many hours on 1.5.16 before trying to revert to 1.5.5. So I've moved the code base back, and I'm...
View ArticleNew Post: R.NET failing on library(RODBC) call (and other external libraries)
UPDATE: It also appears to be affecting prior projects that did work previously. Is there any chance that VS2013 IIS EXPRESS is causing this? The other projects were built in VS2010.
View ArticleNew Post: R.NET failing on library(RODBC) call (and other external libraries)
If youx are getting an EvaluationException, its likely that something is wrong with the logic of your R code. Do you have the message provided by the EvaluationException?
View ArticleNew Post: R.NET failing on library(RODBC) call (and other external libraries)
Hey, The message is only a result of trying to load the RODBC library, the line in question is r.Evaluate("library(RODBC)"); I have run all the code in question directly in R without any issue . As an...
View ArticleNew Post: R.NET failing on library(RODBC) call (and other external libraries)
What are you using as an apppool/user account? That package probably isn't installed in a place where R is searching. We've setup a custom R_PROFILE_USER path as part of our chef/octopus provisioning...
View ArticleNew Post: R.NET failing on library(RODBC) call (and other external libraries)
As skyguy94 says, this sounds like the RODBC package is not on the library search path (distinct from PATH and R_HOME). If R_HOME was incorrectly set/detected, the default packages would not even be be...
View ArticleClosed Unassigned: Result of a function invocation is not recognised as a...
The description given in [this stackoverflow post](http://stackoverflow.com/a/26850203/2752565) seems a good basis for a unit test.Comments: Not reproducible. Captured in unit test, may as well keep it.
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: DataFrameTest fails on Linux on second run within a same...
Linux, Mono 3.12.1 built from master, 2014-11-09. R 3.2.1, Debian unstable.nunit-gui; running DataFrameTest once is successful, second time crashes the process (not sure yet which test). A couple of...
View ArticleCommented Unassigned: C# App crashes while getting row from dataframe [150]
Hi,Can anyone help me on this.I am facing this weird issue, when I try to fetch some rows(row by row) from my dataset(dataframe in R). First few rows are fetched without any error but after say 4-5...
View ArticleCommented Unassigned: C# App crashes while getting row from dataframe [150]
Hi,Can anyone help me on this.I am facing this weird issue, when I try to fetch some rows(row by row) from my dataset(dataframe in R). First few rows are fetched without any error but after say 4-5...
View ArticleCommented Unassigned: C# App crashes while getting row from dataframe [150]
Hi,Can anyone help me on this.I am facing this weird issue, when I try to fetch some rows(row by row) from my dataset(dataframe in R). First few rows are fetched without any error but after say 4-5...
View ArticleCommented Unassigned: C# App crashes while getting row from dataframe [150]
Hi,Can anyone help me on this.I am facing this weird issue, when I try to fetch some rows(row by row) from my dataset(dataframe in R). First few rows are fetched without any error but after say 4-5...
View ArticleCommented Unassigned: C# App crashes while getting row from dataframe [150]
Hi,Can anyone help me on this.I am facing this weird issue, when I try to fetch some rows(row by row) from my dataset(dataframe in R). First few rows are fetched without any error but after say 4-5...
View Article