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
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
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
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