| Name: | R-Rcpp |
|---|---|
| Version: | 0.12.18 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 3908007 |
| License: | GPLv2+ and Boost |
| RPM: | R-Rcpp-0.12.18-1.el7.x86_64.rpm |
| Source RPM: | R-Rcpp-0.12.18-1.el7.src.rpm |
| Build Date: | Wed Aug 15 2018 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://cran.r-project.org/web/packages/Rcpp/ |
| Summary: | Seamless R and C++ Integration |
| Description: | The Rcpp package provides R functions as well as C++ classes which
offer a seamless integration of R and C++. Many R data types and
objects can be mapped back and forth to C++ equivalents which
facilitates both writing of new code as well as easier integration of
third-party libraries.
Documentation about Rcpp is provided by several vignettes included in
this package, via the Rcpp Gallery site at http://gallery.rcpp.org,
the paper by Eddelbuettel and Francois (2011, JSS), and the book by
Eddelbuettel (2013, Springer).
See citation("Rcpp") for details on the last two. |
- Update to 0.12.18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Update to 0.12.17
- actually build against R 3.5.0
- rebuild for R 3.5.0
- Update to 0.12.16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update to 0.12.15
- Update to 0.12.14
- Update to 0.12.13 - The package has changed vignette builder from "highlight" to "knitr" - The R-knitr package is not available in Fedora, so --ignore-vignettes was added to the R CMD check command - Removed the build requires used only by the vignette checks