Posts Tagged ‘ cplusplus ’

int64: 64 bit integer vectors for R

November 26, 2011
By
int64: 64 bit integer vectors for R

The Google Open Source Programs Office sponsored me to create the new int64 package that has been released to CRAN a few days ago. The package has been mentionned in an article in the open source blog from Google. The package defines classes i...

Read more »

Rcpp workshop in Chicago on April 28th

March 30, 2011
By

Overview This year's R/Finance conference will be preceded by a full-day masterclass on Rcpp and related topics which will be held on Thursday, April 28, 2011, the Univ. of Illinois at Chicago campus. Join Dirk Eddelbuettel and Romain Fr...

Read more »

RcppGSL 0.1.0

December 1, 2010
By
RcppGSL 0.1.0

We released the first version of our RcppGSL package. RcppGSL extends Rcpp to help programmers code with the GNU Scientific Library (GSL). The package contains template classes in the RcppGSL namespace that act as smart pointers to the associat...

Read more »

Rcpp 0.8.4

July 10, 2010
By
Rcpp 0.8.4

Dirk uploaded Rcpp 0.8.4 to CRAN yesterday. This release quickly follows the release of Rcpp 0.8.3, because there was some building problems (particularly on the ppc arch on OSX).

Rcpp sugar

Sugar:Cubed

Already available in Rcpp 0.8.3, the new sugar feature was...

Read more »

Rmetrics slides

June 30, 2010
By

I presented Rcpp at the Rmetrics conference earlier today, this was a really good opportunity to look back at all the work Dirk and I have been commiting into Rcpp. I've uploaded my slides here (pdf) and on slideshare : Rcpp: Seemless R and C++V...

Read more »

Rcpp 0.8.1

June 8, 2010
By

We released Rcpp 0.8.0 almost a month ago. It finalized our efforts in designing a better, faster and more natural API than any version of Rcpp ever before. The journey from Rcpp 0.7.0 to

Read more »

inline 0.3.5

June 2, 2010
By

The inline package is an amazing, yet simple, package for R. It allows to dynamically (within the R session) define R functions and S4 methods with inlined C/C++/Fortran code. Together with RUnit, inline powers the entire unit test suite of Rcpp. ...

Read more »

RcppArmadillo 0.2.1

May 19, 2010
By

Armadillo Armadillo is a C++ linear algebra library aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matr...

Read more »

Rcpp 0.8.0

May 12, 2010
By

Summary Version 0.8.0 of the Rcpp package was released to CRAN today. This release marks another milestone in the ongoing redesign of the package, and underlying C++ library. Overview Rcpp is an R package and C++ library that facilitates integr...

Read more »

Rcpp 0.7.7

February 14, 2010
By

pre{ border: 1px solid black ; font-size: small ; } A good 2 days after 0.7.6 was released, here comes Rcpp 0.7.7. The reason for this release is that a subtle bug installed itself and we did not catch it in time The new version also includes ...

Read more »

Sponsors