[Rcpp-devel] Rcpp 0.7.11 released

2010-03-26 Thread Dirk Eddelbuettel
I pushed 0.7.11 to CRAN (and Debian); this corresponds to svn revision 948. I'll blog a bit about it later. Dirk -- Registration is open for the 2nd International conference R / Finance 2010 See http://www.RinFinance.com for details, and see you in Chicago in April!

Re: [Rcpp-devel] RcppArmadillo error

2010-03-26 Thread Abhisek
Hi Dirk, I was referring to this page: http://dirk.eddelbuettel.com/code/rcpp.armadillo.html i was trying to run the code there. here is my understanding so far (im new to linux and c++ so i apologize for seeming rather slow!): 1. The Rcpp package helps C++ and R recognize each others stuff (lik

Re: [Rcpp-devel] RcppArmadillo error

2010-03-26 Thread Dirk Eddelbuettel
On 26 March 2010 at 15:32, Abhisek wrote: | Hi Dirk, | | Just so that I understand. I copied the code in the RcppArmadillo section | on your website and pasted and saved it. What code? What page? | Are you saying I should change | #include to #include and #include ? No that is not what

Re: [Rcpp-devel] RcppArmadillo error

2010-03-26 Thread Abhisek
Hi Dirk, Just so that I understand. I copied the code in the RcppArmadillo section on your website and pasted and saved it. Are you saying I should change #include to #include and #include ? best, abhisek On Fri, Mar 26, 2010 at 1:40 PM, Dirk Eddelbuettel wrote: > > Hi Abhisek, > > On 26

Re: [Rcpp-devel] RcppArmadillo error

2010-03-26 Thread Dirk Eddelbuettel
Hi Abhisek, On 26 March 2010 at 12:28, Abhisek wrote: | I downloaded the stuff just last friday so it should be the latest version | of Rcpp as well as Armadillo. I used install.packages() for Rcpp and | RcppArmadillo. Armadillo is 0.9.4. Im using xubuntu karmic koala. Ok, that is all good.

Re: [Rcpp-devel] RcppArmadillo error

2010-03-26 Thread Abhisek
Hi Dirk, I downloaded the stuff just last friday so it should be the latest version of Rcpp as well as Armadillo. I used install.packages() for Rcpp and RcppArmadillo. Armadillo is 0.9.4. Im using xubuntu karmic koala. i also had some problem using Armadillo which I posted on the Armadillo dis

Re: [Rcpp-devel] c++ graphics device

2010-03-26 Thread Dirk Eddelbuettel
(resending, this time to list as well, sorry --Dirk) On 26 March 2010 at 07:44, Romain Francois wrote: | Hello, | | R's graphics device drivers are currently written using poor man's c++: | you are supposed to create a pDevDesc struct (defined in | R_ext/GraphicsDevice.h) and then fill it with

Re: [Rcpp-devel] RcppArmadillo error

2010-03-26 Thread Dirk Eddelbuettel
(resending, this time to list I omitted last time, sorry. --Dirk) On 26 March 2010 at 11:10, Abhisek wrote: | Hi, | | Ive been trying to make RcppArmadillo work using the example file (fastLM). | I copied and pasted the code and saved it as RcppArmadilloEg.cpp (not to use | fastLM but to figure

[Rcpp-devel] RcppArmadillo error

2010-03-26 Thread Abhisek
Hi, Ive been trying to make RcppArmadillo work using the example file (fastLM). I copied and pasted the code and saved it as RcppArmadilloEg.cpp (not to use fastLM but to figure out how to work RcppArmadillo). Then i tried using the command R CMD SHLIB RcppArmadilloEg.cpp but an error came up say