[Rcpp-devel] [ANN] RcppArmadillo 0.2.38 at R-Forge

Dirk Eddelbuettel edd at debian.org
Wed Mar 28 18:50:39 CEST 2012


Conrad released 2.99.2 of Armadillo; this just became RcppArmadillo
0.2.38. As with 0.2.37 from last week, this is not on CRAN (and more about
that at http://dirk.eddelbuettel.com/blog/)

Once R-Forge updates (which is nightly, I think), you can do

  install.packages("RcppArmadillo", repos="http://R-Forge.R-project.org")

and in the meantime it's on my site too.


0.2.38  2012-03-28

    o   Upgraded to Armadillo release 2.99.2 "Antarctic Chilli Ranch (Beta 2)"

    	  * added .i()
    	  * much faster handling of .col() and .row()
    	  * expressions X=A.i()*B and X=inv(A)*B are automatically converted
    	    to X=solve(A,B) 

Cheers, Dirk

-- 
R/Finance 2012 Conference on May 11 and 12, 2012 at UIC in Chicago, IL
See agenda, registration details and more at http://www.RinFinance.com


More information about the Rcpp-devel mailing list