Re: [Rcpp-devel] Building/linking trouble with cxxfunction()

2011-02-19 Thread Douglas Bates
On Fri, Feb 18, 2011 at 4:50 PM, wrote: > On 2/16/11 3:55 PM, "Douglas Bates" wrote: >>I decided that it would be simple enough to write a small package to >>show exactly how you would pass a dgCMatrix to an Rcpp-based C++ >>function and create a smat object. > Hi Doug, did you ever get a test

Re: [Rcpp-devel] [R] Help with integrating R and c/c++

2011-02-19 Thread Douglas Bates
On Sat, Feb 19, 2011 at 12:56 AM, Rohit Pandey wrote: > Hi Christopher/ Dirk, > Thank you very much for your replys. I think the idea of using inline as you > suggest is the best way to start off with using c++ with R. I went through > your examples and also plenty I found on the net. I have been

[Rcpp-devel] [ANN] RcppArmadillo 0.2.13

2011-02-19 Thread Dirk Eddelbuettel
RcppArmadillo 0.2.13 went onto CRAN this morning. It wraps around Conrad's 1.1.4 release from yesterday. Nothing changed on our end. Cheers, Dirk 0.2.13 2011-02-18 o Upgraded to Armadillo Version 1.1.4 “Manta Lodge” * Faster sort() * Updated installation to detect r

Re: [Rcpp-devel] [R] Help with integrating R and c/c++

2011-02-19 Thread Dirk Eddelbuettel
Rohit, Please stop cross-posting to r-help. I have removed the list from the CCs now. On 19 February 2011 at 22:51, Rohit Pandey wrote: | Hi Douglas, | | Sorry for leaving that information out earlier. | | I am running windows XP. I'm not sure about the tools you mention. I thought | installin

Re: [Rcpp-devel] [R] Help with integrating R and c/c++

2011-02-19 Thread Dirk Eddelbuettel
Rohit, On 19 February 2011 at 11:37, Dirk Eddelbuettel wrote: | On 19 February 2011 at 22:51, Rohit Pandey wrote: | You need a compiler. Start by reading Appendix D of the 'R Administration' | manual available with your R installation as well as on all mirrors. | | I am adding something to the