[Rd] RcppArmadillo compilation error: R CMD SHLIB returns status 1

2011-12-06 Thread Paul Viefers
Dear all, running the example by D. Eddebuettel (http://dirk.eddelbuettel.com/blog/2011/04/23/) I get an error message. Specifically, the R code I was taking from the above example is ### BEGIN EXAMPLE ### suppressMessages(require(RcppArmadillo)) suppressMessages(require(Rcpp)) suppressMessage

Re: [Rd] RcppArmadillo compilation error: R CMD SHLIB returns status 1

2011-12-06 Thread Duncan Murdoch
On 05/12/2011 1:22 PM, Paul Viefers wrote: Dear all, running the example by D. Eddebuettel (http://dirk.eddelbuettel.com/blog/2011/04/23/) I get an error message. Specifically, the R code I was taking from the above example is ### BEGIN EXAMPLE ### suppressMessages(require(RcppArmadillo)) su

[Rd] warning for inefficiently compressed datasets

2011-12-06 Thread Hervé Pagès
Hi, Recently added to doc/NEWS.Rd: 'R CMD check' now gives a warning rather than a note if it finds inefficiently compressed datasets. With 'bzip2' and 'xz' compression having been available since R 2.10.0, there is no excuse for not using them. Why isn't a note enough for this? Gener