|
1 | 1 | Package: Rcpp |
2 | 2 | Title: Seamless R and C++ Integration |
3 | | -Version: 0.11.2.7 |
4 | | -Date: 2014-09-21 |
| 3 | +Version: 0.11.3 |
| 4 | +Date: 2014-09-27 |
5 | 5 | Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, |
6 | 6 | Douglas Bates, and John Chambers |
7 | 7 | Maintainer: Dirk Eddelbuettel < [email protected]> |
8 | | -Description: The Rcpp package provides R functions as well as a C++ classes |
9 | | - which offer a seamless integration of R and C++. Many R data types and objects |
10 | | - can be mapped back and forth to C++ equivalents which facilitates both writing |
11 | | - of new code as well as easier integration of third-party libraries. Extensive |
12 | | - documentation about Rcpp is provided by several vignettes included in this |
13 | | - package, via the Rcpp Gallery site at http://gallery.rcpp.org, the paper by |
14 | | - Eddelbuettel and Francois (2011, JSS), and the book by Eddelbuettel (2013, |
15 | | - Springer); see 'citation("Rcpp")' for details on these last two. |
| 8 | +Description: The Rcpp package provides R functions as well as C++ classes which |
| 9 | + offer a seamless integration of R and C++. Many R data types and objects can be |
| 10 | + mapped back and forth to C++ equivalents which facilitates both writing of new |
| 11 | + code as well as easier integration of third-party libraries. Documentation |
| 12 | + about Rcpp is provided by several vignettes included in this package, via the |
| 13 | + Rcpp Gallery site at http://gallery.rcpp.org, the paper by Eddelbuettel and |
| 14 | + Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see |
| 15 | + 'citation("Rcpp")' for details on these last two. |
16 | 16 | Depends: R (>= 3.0.0) |
17 | 17 | Imports: methods |
18 | 18 | Suggests: RUnit, inline, rbenchmark, highlight, pkgKitten (>= 0.1.2) |
|
0 commit comments