rcpp 1.0.8-1 source package in Ubuntu
Changelog
rcpp (1.0.8-1) unstable; urgency=medium * New upstream release * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version -- Dirk Eddelbuettel <email address hidden> Thu, 13 Jan 2022 19:17:41 -0600
Upload details
- Uploaded by:
- Dirk Eddelbuettel
- Uploaded to:
- Sid
- Original maintainer:
- Dirk Eddelbuettel
- Architectures:
- any
- Section:
- gnu-r
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rcpp_1.0.8-1.dsc | 1.8 KiB | 4a2ac670f7c430bb2d4993de37b428015616aa1546264314e9faaebe15853b66 |
rcpp_1.0.8.orig.tar.gz | 2.9 MiB | 879f9296bc045ac4ed464578723bd37fcabbbdaa30aaaf070cf953e329f678ee |
rcpp_1.0.8-1.debian.tar.xz | 4.8 KiB | 4757e9566c4cc9125574a8e7403c24115c5370141f223ca1c52c74058425d0b0 |
Available diffs
- diff from 1.0.7-2 to 1.0.8-1 (23.3 KiB)
No changes file available.
Binary packages built by this source
- r-cran-rcpp: GNU R package for Seamless R and C++ Integration
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 these last two.
- r-cran-rcpp-dbgsym: debug symbols for r-cran-rcpp