New Post: Library in a different folder in vb
Hello, For my application I need to use drc, a library of R, but it is stocked in MyDocuments and not in R folder, How can I do to ask R to use it ? How to do this in vb.net : library("drc",...
View ArticleNew Post: Library in a different folder in vb
An R engine that has properly initialized should pick this up (i.e. this path should be present in .libPath(), and:library(drc) from R or R.NET Rengine.Evaluate should work. I am not sure this is what...
View ArticleNew Post: Library in a different folder in vb
The line i gave works on R but not on R.net, actually, I use R studio and when i checked drc package, this is the line it use to open it. I tried to put "C:/Users/compte de...
View ArticleNew Post: Library in a different folder in vb
My library drc need other libraries to work, if I initialize them before, could it works better ?Le chargement a nécessité le package : alr3 Le chargement a nécessité le package : car Le chargement a...
View ArticleCreated Unassigned: Nunit tests fail on Linux @ rev 124 [40]
TestBaseNamespace run from nunit-gui or monodevelop (cannot get debug stepping happening in MD however)There are a lot more callbacks happening from R on Unix than on Windows. Unclear which are...
View ArticleEdited Unassigned: Nunit tests fail on Linux @ rev 124 [40]
TestBaseNamespace run from nunit-gui or monodevelop (cannot get debug stepping happening in MD however)There are a lot more callbacks happening from R on Unix than on Windows. Unclear which are...
View ArticleClosed Unassigned: segfault 'invalid permissions' in R at the REngine...
Linux 3.8.0-22-generic #33-Ubuntu SMP Thu May 16 15:17:59 UTC 2013 i686 i686 i686 GNU/LinuxRunning on a VMruning as 'normal user' in an Ubuntu sense.``` C# var rHome = "/usr/lib/R"; string path =...
View ArticleNew Post: Package ‘stats’ in options was not found
Does anybody have any suggestion about how I can solve the problem above?
View ArticleNew Post: ParseException : dev.copy(...) [WinForm]
Hello, First off. I am really excited about this package! I love R and want to make it more accessible to the users at my office. Thank you to the developer and community for pushing this worthy...
View ArticleNew Post: Package ‘stats’ in options was not found
Is your C# program run as a 32 or 64 bits program? LoadLibrary failures are often relating to that. Then again I don;t think you could run anything if this was the issue. Getting the information from...
View ArticleNew Post: ParseException : dev.copy(...) [WinForm]
Hi, Thanks for the reproduction information. Thanks to it I get the same behavior, using v1.5 compiled from source. While not having the same data as you of course, I could mock up something close. I...
View ArticleCreated Issue: ParseException on a call to dev.copy(png, ) [41]
See repro code in:https://rdotnet.codeplex.com/discussions/446998
View ArticleCreated Task: Check that packages in the personal users win-library can be...
See [discussion:445828]Task:Clean machine, no R installed.Install R as an adminUse as an unproviledged user and install a package, e.g. ggplot2. Can it be loaded via R.NET (use IronPython maybe for this)
View ArticleEdited Task: Check that packages in the personal users win-library can be...
See https://rdotnet.codeplex.com/discussions/445828Task:Clean machine, no R installed.Install R as an adminUse as an unproviledged user and install a package, e.g. ggplot2. Can it be loaded via R.NET...
View ArticleNew Post: Library in a different folder in vb
Hi, I cannot reproduce your issue. While looking at https://rdotnet.codeplex.com/discussions/446998 I basically tested something similar to your situation by loading some packages which I have...
View ArticleNew Post: Library in a different folder in vb
I cannot reproduce your issue. the code below, for a standard user with drc in the personal library folder, works. The script below outputs, as expected from a session in RGui: 7...
View ArticleClosed Task: Check that packages in the personal users win-library can be...
See https://rdotnet.codeplex.com/discussions/445828Task:Clean machine, no R installed.Install R as an adminUse as an unproviledged user and install a package, e.g. ggplot2. Can it be loaded via R.NET...
View ArticleNew Post: Library in a different folder in vb
Thank you, I will try this, i did'nt see your last post before posting. Edit : I translate it in a vb.net version and : I have to add this or else it doesn't work. And also not use engine.initialize()...
View ArticleNew Post: Package ‘stats’ in options was not found
The C# program is a 32bit program. Here is the statements and their result:Sys.getenv('R_HOME') [1] "C:/Program Files/R/R-3.0.0" .libPaths() [1] "C:/Program Files/R/R-3.0.0/library"...
View ArticleNew Post: ParseException : dev.copy(...) [WinForm]
Thank you very much for investigating this. There is something else I have noticed that may support your theory on R's GUI output device being handled differently from .Net. I tried to scale back my...
View Article