Re: [Rcpp-devel] OpenMP and Rinside

2012-07-31 Thread Peter Aberline
> From: rcpp-devel-boun...@lists.r-forge.r-project.org > [mailto:rcpp-devel-boun...@lists.r-forge.r-project.org] On Behalf Of David > Ibarra Gómez > I was mixing RInside with OpenMP. When I try to run the software, I get a > message in three of the four threads (4 Cores Multicore). > Exception

Re: [Rcpp-devel] Eclipse/statet IDE integration

2012-04-09 Thread Peter Aberline
the list might be | > | interested... | > | | > | http://blog.fellstat.com/?p=170 | > | > Wow, that looks very nice. And you have some very kind words about Rcpp / | > RInside sprinkled in there too. | > | > Did you know that Peter Aberline had already been contributing cmake files |

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread Peter Aberline
and in the build process. From: paspa...@noos.fr [paspa...@noos.fr] Sent: 19 February 2012 17:34 To: Peter Aberline; patr...@burns-stat.com Cc: rcpp-de...@r-forge.wu-wien.ac.at Subject: Re: RE: Re: [Rcpp-devel] RInside on windows the command "r cmd co

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread Peter Aberline
What output does it give you? It should give you a single line output and return you to the DOS command prompt. From: paspa...@noos.fr [paspa...@noos.fr] Sent: 19 February 2012 17:12 To: Peter Aberline; patr...@burns-stat.com Cc: rcpp-de...@r-forge.wu

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread Peter Aberline
; Peter Aberline Cc: rcpp-de...@r-forge.wu-wien.ac.at Subject: Re: Re: [Rcpp-devel] RInside on windows Hello Patrick, having set the path removed 2 errors, there was no R_HOME variable I put one but there is still the two errors from CMake (2.8.7); I reboot the machine;clean the project folder from

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread Peter Aberline
Well that's you're problem then. Until you can get that to work, the build will not work. Do you have R, Rcpp and RInside installed? From: paspa...@noos.fr [paspa...@noos.fr] Sent: 19 February 2012 15:38 To: Peter Aberline; e...@debian.org C

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread Peter Aberline
Looks like the RCPPFLAGS variable is null for some reason. What do you get if you type: R CMD config --cppflags Into a terminal console? From: paspa...@noos.fr [paspa...@noos.fr] Sent: 19 February 2012 15:25 To: Peter Aberline; e...@debian.org Cc: rcpp

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread Peter Aberline
I'm using Cmake 2.8.5 on Ubuntu 11.10 and it works fine for me. Which cmakelists file are you using, and what is on line 14? From: paspa...@noos.fr [paspa...@noos.fr] Sent: 19 February 2012 14:54 To: Peter Aberline; e...@debian.org Cc: rcpp-de

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread Peter Aberline
Make sure you are using the latest version of cmake. The files use a cmake string function only in recent versions of cmake. * Sent from my mobile device. From: paspa...@noos.fr [mailto:paspa...@noos.fr] Sent: Sunday, February 19, 2012 02:30 PM To: Peter Aberline; e...@debian.org Cc: rcpp-de

Re: [Rcpp-devel] RInside on windows

2012-02-14 Thread Peter Aberline
You can generate .cbp files using the CMakelists.txt files which now ship with the RInside examples. cmake –G “CodeBlocks - Unix Makefiles” From: rcpp-devel-boun...@r-forge.wu-wien.ac.at [mailto:rcpp-devel-boun...@r-forge.wu-wien.ac.at] On Behalf Of paspa...@noos.fr Sent: 14 February 2012 1

Re: [Rcpp-devel] Rcpp and CUDA

2012-02-02 Thread Peter Aberline
Hi, My first posting to the group! >>Does anybody know where I might find an example of using CUDA with Rcpp? >>I've looked around the internet a bit (and on this list), but have yet to >>find too much. I saw some discussion on optimizing a 2d convolution, but >>only references to the possibil