Closed Feature: Convenient API to create data frames from .NET [102]
See [this discussion](https://rdotnet.codeplex.com/discussions/539844).Started a unit test; now that function calls with dotted pairlists works, calling the data frame function is much easier. Feature...
View ArticleCommented Issue: R comment state does not persist to the end of a line [165]
In RGui, if I enter the following command, I get the response indicated:```> cat("Hello!\n"); #cat("Glad to see you today.\n"); cat("Goodbye.\n")Hello!```However, if I pass this same line to...
View ArticleCommented Issue: R comment state does not persist to the end of a line [165]
In RGui, if I enter the following command, I get the response indicated:```> cat("Hello!\n"); #cat("Glad to see you today.\n"); cat("Goodbye.\n")Hello!```However, if I pass this same line to...
View ArticleNew Post: R.net and deployR
Hi, I am new for R.net. I am creating a web service to execute my R.script. Another option is to use deployR. I,d like to have my web user to have inputs to execute the web service. DeployR also can...
View ArticleCommented Unassigned: C# Crashes on R error [164]
Hello,I am currently writing a C# application which runs an R script which will populate a table in SQL.When I try the code through the R studio it runs correctly but when I run the code through C# the...
View ArticleNew Post: Showing Null Reference Exception
I have using the following code in my project its a graph ploting projectusing System.Windows.Forms; using Microsoft.Win32; using RDotNet; using RDotNet.Devices; using RDotNet.Internals; using...
View ArticleCreated Unassigned: Null reference exception unhandled [166]
i have return a code and run it successfully but when ever i plot more than three graph plotting function it shows null reference exception , even I try to run a plotting function once again it also...
View ArticleCommented Unassigned: Null reference exception unhandled [166]
i have return a code and run it successfully but when ever i plot more than three graph plotting function it shows null reference exception , even I try to run a plotting function once again it also...
View ArticleCommented Unassigned: Null reference exception unhandled [166]
i have return a code and run it successfully but when ever i plot more than three graph plotting function it shows null reference exception , even I try to run a plotting function once again it also...
View ArticleCreated Unassigned: cannot load the sample code [167]
Hi, i am new at here i just want to know how can i run the sample from github, because i get error while i run it, i am using vs2013 ultimate and R bin file with 32&64bit i already installed the...
View ArticleEdited Unassigned: cannot load the sample code [167]
Hi, i am new at here i just want to know how can i run the sample from [github](https://github.com/jmp75/rdotnet-onboarding), because i get error while i run it, i am using vs2013 ultimate and R bin...
View ArticleCommented Unassigned: cannot load the sample code [167]
Hi, i am new at here i just want to know how can i run the sample from [github](https://github.com/jmp75/rdotnet-onboarding), because i get error while i run it, i am using vs2013 ultimate and R bin...
View ArticleCommented Unassigned: cannot load the sample code [167]
Hi, i am new at here i just want to know how can i run the sample from [github](https://github.com/jmp75/rdotnet-onboarding), because i get error while i run it, i am using vs2013 ultimate and R bin...
View ArticleCommented Unassigned: cannot load the sample code [167]
Hi, i am new at here i just want to know how can i run the sample from [github](https://github.com/jmp75/rdotnet-onboarding), because i get error while i run it, i am using vs2013 ultimate and R bin...
View ArticleNew Post: Error Message : Attempted to read or write protected memory. This...
Hello i use R.NET 1.6 on my program. I got error message : "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." when i tried to run a function from a...
View ArticleNew Post: text mining over web form
Hi everyone, i try to do some analysis through R.NET help. I face some issues during development process firstly i could not load my packages through the process of using R.NET how can i avoid the...
View ArticleNew Post: text mining over web form
As I remember, LoadLibrary can be vague when reporting its failures. For instance reporting exactly why some DLL can not be loaded; typically because a 64 bit process loads a 32 bit DLL or vice and...
View ArticleNew Post: R.net and deployR
You will have to evaluate what suits your needs, and you can access both software stacks. You summarize them in two short sentences - readers cannot give qualified advice based on it. You can have a...
View ArticleNew Post: R.NET failing on library(RODBC) call (and other external libraries)
Hi untrueaxioms i am facing the same issue as well, could you explain me what have you done? i also calling library twitteR it fail as shown here have you solve the issue? i did change the code to...
View ArticleCreated Unassigned: failed to load the library R.dll [168]
hi everyone, please help me, i have no idea what happened to my system the R.NET unable to located my R.dll here is the ...
View Article