Re: [Rcpp-devel] package install problem

2012-02-21 Thread pasparis
Is anybody else errors with Rcpp 0.9.10 on Windows?today I follow step by step the windows install procedure described by tony breyal,I supposed that this is the package installed,plug the setting of the IDE to C:\R\Rtools\MinGWand I get a similar message with the exceptions files  :> | C:/Progr

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread pasparis
what do you mean by :"You should get a file path back, and be returned to your DOS prompt." Message d'origine >De : "Peter Aberline" >À : "paspa...@noos.fr" ; > "patr...@burns-stat.com" >Objet : RE: RE: Re: [Rcpp-devel] RInside on windows >Date : 19/02/2012 18:38:22 CET >Copie à

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread pasparis
the command "r cmd config --cppflags"gives the following messagecmd __ignored__config __ignored__warning unknown option --cppflagsand then R version 2.14.1 several rowsandq() for quit> Message d'origine >De : "Peter Aberline" >À : "paspa...@noos.fr" ; > "patr...@burns-stat.co

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread pasparis
 now it's only two errors (before 4) and the r cmd config --cppflags works I enter into R with it Message d'origine >De : "Peter Aberline" >À : "paspa...@noos.fr" ; > "Patrick Burns" >Objet : Re: [Rcpp-devel] RInside on windows >Date : 19/02/2012 18:01:48 CET >Copie à : "rcpp-de

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread pasparis
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 what was generated before;user variableR_HOME : c:\Program Files\R\R-2.14.1system variablePath : C:\Pr

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread pasparis
R is not recognized as an internal command Message d'origine >De : "Peter Aberline" >À : "paspa...@noos.fr" ; > "e...@debian.org" >Objet : RE: RE: Re: RE: [Rcpp-devel] RInside on windows >Date : 19/02/2012 16:30:45 CET >Copie à : "rcpp-de...@r-forge.wu-wien.ac.at" > >Looks like

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread pasparis
the exact errors series are:CMake Error at CMakeLists.txt:14 (string): string sub-command SUBSTRING requires four arguments. CMake Error at CMakeLists.txt:19 (string): string sub-command LENGTH requires two arguments. CMake Error at CMakeLists.txt:34 (string): string sub-command SUBSTRI

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread pasparis
I use CMake 2.8.7, it seems to be the latest, it it possible a conflict between the version supplied in the RInside folder and this version?  Message d'origine De : "Peter Aberline" À : "'paspa...@noos.fr'" ;    "'e...@debian.org'" Objet : Re: RE: [Rcpp-devel] RInside on windows Date

Re: [Rcpp-devel] RInside on windows

2012-02-19 Thread pasparis
Hello PeterI tried to generate the file from the CMakeLists file supplied,I use the cmake-gui but I get the following error:I created a folder in which I put a main.cpp and the CMakeLists and then run the generate from the cmake-guiand I get:CMake Error at CMakeLists.txt:14 (string): string sub

Re: [Rcpp-devel] RInside on windows

2012-02-14 Thread pasparis
I am sorry about the html email format and can't change it's from my internet provider system, I have to create another account it takes timeI haven't explain enough the problem it's not a codeblock, it's what include files of R,Rcpp,RInside do I put in the project without having to use a builder

Re: [Rcpp-devel] RInside on windows

2012-02-14 Thread pasparis
thanks you Peter, I 've installed cmake and copy the CMakeLists in the project directoryI don't understand your second sentence , how do you set up the cmakelist file in codeblocks?in the project->properties : Project settings check This is a custom make filebut then I can't select the cmakelist

Re: [Rcpp-devel] RInside on windows

2012-02-14 Thread pasparis
Dirk,yes but I start to use codeblocks since sunday, and "it does not, by default, use makefiles it has its own .cbp files which do the same thing automatically"it's very easy to use, I did it for boost with no problem, that's why I wanted to know the include files and the libfor rcpp,rinsideit's

Re: [Rcpp-devel] RInside on windows

2012-02-14 Thread pasparis
Patrickthis is one of my problem, I am new since this week-end on codeblocks, I use its builder and from what I thought you link with the static libraries 'libRcpp.a,libRInside.a and the none availaible libR.a, and you put the three dll files in your bin directory; thats why I was looking fo

Re: [Rcpp-devel] RInside under Windows

2012-02-14 Thread pasparis
Patrick,at the moment I am not able to test on a XP machine due to the following reason:I started yesterday to use RInside on a XP machine (CodeBlocks,GNU GCC compiler)before I used on linux,KDEvelop,GNU GCC,CMake with no problemon the Linux environement there are libR.so, libRCpp.so, libRInside.

[Rcpp-devel] RInside: how to send data in rinside_sample3

2012-01-02 Thread pasparis
HelloI would like to send data to an R object from C++ like the "lm" used in the rinside_sample2there is sample6 which describes a little how to do that, I have tried several attempts, I didn't succeedThanks in advancepascal ___ Rcpp-devel mailing lis

[Rcpp-devel] Rcpp on Linux Ubuntu 11.04/Netbeans 7

2011-12-28 Thread pasparis
Hello I have trouble running Rcpp on a Ubuntu 11.04 machine with NetbeansI have done the following things:1-install r-base-dev and r-cran-rcpp from the ubuntu synaptic2-collect the headers Rcpp,Rcppcomon, take also the includes directory Rcpp and R_Ext3- link with libRcpp.so and libR.so4- compile