rcpp 1.0.11-1 source package in Ubuntu
Changelog
rcpp (1.0.11-1) unstable; urgency=medium * New upstream release * debian/control: Set (Build-)Depends: to current R version -- Dirk Eddelbuettel <email address hidden> Thu, 06 Jul 2023 06:55:30 -0500
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 | |
---|---|---|---|---|
Mantic | release | universe | math |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
rcpp_1.0.11-1.dsc | 1.8 KiB | b5011fd8962b966a31b548eefba2208a382edacead0934a9a331bdfb728ff869 |
rcpp_1.0.11.orig.tar.gz | 2.9 MiB | df757c3068599c6c05367900bcad93547ba3422d59802dbaca20fd74d4d2fa5f |
rcpp_1.0.11-1.debian.tar.xz | 4.9 KiB | 4f2cd1f6fdf06b22ea91276eff22fbb2d1d5f439bb280d0271c4c5b674652c88 |
Available diffs
- diff from 1.0.10-1 to 1.0.11-1 (12.8 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