Re: [R] C# DLL Library

2010-03-17 Thread Romain Francois
The link works fine for me on firefox, chrome and safari. Other ways to get to it are: - search rcpp mailing list on google. - go to r-forge (again google knows where), click on the Rcpp - R/C++ interface, click on the Lists tab, click on subscribe, etc ... Le 17/03/10 04:42, Jeremie Smaga a

Re: [R] C# DLL Library

2010-03-17 Thread Dieter Menne
JSmaga wrote: I was aware of the R(D)COM. In the last public version, there is now splash screen appearing which is kind of boring so I think I need to buy it or something. I would pay for RDCOM, but it requires that you explain the details of you application spread (which is mostly 1

Re: [R] C# DLL Library

2010-03-17 Thread Philippe Grosjean
Hello, Also, if you go for socket connection, you could give a try to svSocket. Best, Philippe ..°})) ) ) ) ) ) ( ( ( ( (Prof. Philippe Grosjean ) ) ) ) ) ( ( ( ( (Numerical Ecology of Aquatic Systems ) ) ) ) ) Mons University,

Re: [R] C# DLL Library

2010-03-17 Thread Jeremie Smaga
Hi guys, Correct me if I am wrong, but R(D)COM (and hence RServe and so on) allow you to run R code from C# but is useless to use C(# or ++) code in R right? Because it is in fact what I am trying to find out in this post. Thanks for the tips though, I was also looking for some information

Re: [R] C# DLL Library

2010-03-17 Thread Dieter Menne
JSmaga wrote: Correct me if I am wrong, but R(D)COM (and hence RServe and so on) allow you to run R code from C# but is useless to use C(# or ++) code in R right? Correct. I use a c wrapper if I want to run c# code from R similar, but it can get nasty to cross the marshalling barrier.

[R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
Good afternoon everybody, I am sorry, this question might look trivial to some of you, but I read quite a lot of stuff about package creation and I would like a bit of you advices. I would like to develop a core library which I will be using both from R and from C#. I read that it was possible

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
Hello Richard, Thanks for the tips. I was aware of the R(D)COM. In the last public version, there is now splash screen appearing which is kind of boring so I think I need to buy it or something. Anyway, I think the idea was to create a common CORE library that can be used from C# and from R. So

Re: [R] C# DLL Library

2010-03-16 Thread Romain Francois
Hello, disclaimer: I don't know C# at all and how it might connect to c++, etc ... For an introductory ride about Rcpp, you can consult the Rcpp-introduction vignette which you can download from the cran page of Rcpp or if you have it installed, you can just do: vignette(

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
Hi guys, Thanks for the explanations. I installed the RCPP package on R, but for some reasons, the two commands do not work. Besides, https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel is a broken link. So I tried to install the RcppExamples, but this package is not

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
I found the problem for the package that wasn't found... My R version was 2.9. Sorry about that. However, I would really appreciate it if you could let me know where I could find the mailing list... Thanks, Jeremie On Tue, Mar 16, 2010 at 6:56 PM, Romain Francois