Commented Issue: Cannot run unit tests on Linux (Debian) [40]
@ rvision 294Mono JIT compiler version 3.2.8 (mono-3.2.8/b1e8599 R version 3.0.2 (2013-09-25) -- "Frisbee Sailing"RDotNet.CharacterVectorTest.TestCharacter:SetUp : RDotNet.EvaluationException : Unable...
View ArticleCommented Issue: Error: C Stack Usage is too close to the limit [129]
Hello, thanks for your work on this library. I can't seem to get it to initialize: - Ubuntu 14.04 64 bit. - R-Base installed, and I mapped the path and checked they were OK with env. - Mono 3.2.8...
View ArticleCommented Issue: Error: C Stack Usage is too close to the limit [129]
Hello, thanks for your work on this library. I can't seem to get it to initialize: - Ubuntu 14.04 64 bit. - R-Base installed, and I mapped the path and checked they were OK with env. - Mono 3.2.8...
View ArticleUpdated Release: R.NET 1.5.16 (NuGet) (Sep 11, 2014)
R.NET 1.5.16 is a beta release towards R.NET 1.6. You are encouraged to use it now and give feedback.This update is only available via nuget.org at R.NET Community and R.NET FSharp Utility. You are...
View ArticleUpdated Release: R.NET 1.5.16 (NuGet) (Sep 11, 2014)
R.NET 1.5.16 is a beta release towards R.NET 1.6. You are encouraged to use it now and give feedback.This update is only available via nuget.org at R.NET Community and R.NET FSharp Utility. You are...
View ArticleReleased: R.NET 1.5.16 (NuGet) (Sep 11, 2014)
R.NET 1.5.16 is a beta release towards R.NET 1.6. You are encouraged to use it now and give feedback. This update is only available via nuget.org at R.NET Community and R.NET FSharp Utility. You are...
View ArticleUpdated Release: R.NET 1.5.16 (NuGet) (Sep 11, 2014)
R.NET 1.5.16 is a beta release towards R.NET 1.6. You are encouraged to use it now and give feedback.This update is only available via nuget.org at R.NET Community and R.NET FSharp Utility. You are...
View ArticleEdited Issue: Error: C Stack Usage is too close to the limit [129]
Hello, thanks for your work on this library. I can't seem to get it to initialize: - Ubuntu 14.04 64 bit. - R-Base installed, and I mapped the path and checked they were OK with env. - Mono 3.2.8...
View ArticleCommented Issue: Error: C Stack Usage is too close to the limit [129]
Hello, thanks for your work on this library. I can't seem to get it to initialize: - Ubuntu 14.04 64 bit. - R-Base installed, and I mapped the path and checked they were OK with env. - Mono 3.2.8...
View ArticleSource code checked in, #b20bdc39e3eb
Add a unit test checking the root cause for issue 129 (check that C stack checking is disabled)
View ArticleNew Post: To ASP.NET or not to ASP.NET?
Thanks! This sounds great, it seems that you are talking about your own (local? couldn't see an obvious fork in here) customisation and one that it's closely following what I've been trying to set up...
View ArticleNew Post: To ASP.NET or not to ASP.NET?
Oh, and one of the missing features is "xmldoc" comments. Those aren't coming back in my branch. ever.
View ArticleCommented Issue: Error: C Stack Usage is too close to the limit [129]
Hello, thanks for your work on this library. I can't seem to get it to initialize: - Ubuntu 14.04 64 bit. - R-Base installed, and I mapped the path and checked they were OK with env. - Mono 3.2.8...
View ArticleNew Post: To ASP.NET or not to ASP.NET?
Thanks again. In the mean time I've managed the following: WCF RESTUFL service that includes all the code that talks with R, it will have one endpoint for each different function that we may need. This...
View ArticleNew Post: Convert a datagridview content to dataframe?
I don't think this is possible. It would be an interesting feature if you wanted to hack it together.
View ArticleNew Post: Convert a datagridview content to dataframe?
Yes,it would be usefull if possible. I think the main issue is about converting between DATASET,DATAFRAME and DATAGRIDVIEW. Maybe our expectations is beyond the speed of R Development trend :)
View ArticleNew Post: Convert a datagridview content to dataframe?
DataFrame and DataSource (or similar ADO.NET constructs) are indeed of completely different types, so a direct assignment would not work (in fact not compile, I hope). Explicit conversion ("cast",...
View ArticleNew Post: R.NET errors logging
I think the errors you are seeing are actually parse exceptions (ParseException) and evaluation exceptions (EvaluationException). In the example of x = (-1)! a ParseException is thrown with: ````"Line:...
View Article