Re: [Rcpp-devel] How to build ONLY for the 32-bit Architecture?

2011-05-01 Thread Dirk Eddelbuettel
On 1 May 2011 at 22:57, Bernhard Pollner wrote: | Hello, | | When I was building and testing my Rcpp based package on Windows XP, everything was fine and worked, so far... | | Then I moved to Windows 7 (all on a virtual PC on a recent Mac), tried to compile the package here as well. When doing

Re: [Rcpp-devel] Unable to install RcppArmadillo from CRAN or from SVN archive on Ubuntu 10.10

2011-05-01 Thread Dirk Eddelbuettel
Sorry for the delay in replying. It was busy here with the R/Finance conference I helped put together. On 29 April 2011 at 11:59, Douglas Bates wrote: | OK, this is bizarre. I am able to install the RcppArmadillo package | on my current setup provided that I turn on optimization in the call | to

[Rcpp-devel] How to build ONLY for the 32-bit Architecture?

2011-05-01 Thread Bernhard Pollner
Hello, When I was building and testing my Rcpp based package on Windows XP, everything was fine and worked, so far... Then I moved to Windows 7 (all on a virtual PC on a recent Mac), tried to compile the package here as well. When doing the "Rcmd check Packagename", it goes pretty far, only fa

[Rcpp-devel] Deep copy of a NumericVector, IntegerVector, etc. without using clone

2011-05-01 Thread Douglas Bates
I'm working on translating Tim Davis's CSparse library of C functions into templated C++ classes. The purpose is to allow spare matrix manipulation both using Rcpp objects and using other types of vector objects, such as std::vector. The templates are in terms of the vector objects. The basic re