Re: [Rcpp-devel] Compilation and Build Error with R CMD SHLIB and R CMD check

2012-01-20 Thread Dirk Eddelbuettel
On 20 January 2012 at 15:57, Jared Lander wrote: | Replies are inline. Likewise but I'll chop some dead wood too. | On Thu, Jan 19, 2012 at 2:31 PM, Dirk Eddelbuettel wrote: | | Lastly, the very question 'how do I use "R CMD SHLIB"' has its own entry in | the Rcpp-FAQ vignette. | | I

Re: [Rcpp-devel] Compilation and Build Error with R CMD SHLIB and R CMD check

2012-01-20 Thread Jared Lander
Replies are inline. On Thu, Jan 19, 2012 at 2:31 PM, Dirk Eddelbuettel wrote: > > Jared, > > Welcome to the list. > > On 19 January 2012 at 13:54, Jared Lander wrote: > | After checking the archives of this mail list I have still not found my > | problem, but please excuse me if I am repeating a

Re: [Rcpp-devel] 4D IntegerVector constructor

2012-01-20 Thread Dirk Eddelbuettel
On 20 January 2012 at 10:13, Chris DuBois wrote: | Hi all, | | There was some discussion a few weeks ago about array objects.  Dirk pointed | out that one can construct a 3d array with dims (5,3,4) using IntegerVector( | Dimension( 5,3,4 ) ).  This works, but this doesn't seem to work for creatin

[Rcpp-devel] 4D IntegerVector constructor

2012-01-20 Thread Chris DuBois
Hi all, There was some discussion a few weeks ago about array objects. Dirk pointed out that one can construct a 3d array with dims (5,3,4) using IntegerVector( Dimension( 5,3,4 ) ). This works, but this doesn't seem to work for creating 4d arrays. The unit tests show examples of constructing 1