rcpp 1.0.7-2 source package in Ubuntu

Changelog

rcpp (1.0.7-2) unstable; urgency=medium

  * Simple rebuild for unstable following Debian 11 release

  * debian/control: Set Build-Depends: to current R version

 -- Dirk Eddelbuettel <email address hidden>  Mon, 16 Aug 2021 17:37:38 -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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rcpp_1.0.7-2.dsc 1.8 KiB ea2413c5aa26195f04af46eee856d91531c59ed04a1861cf41f93ebce69e4994
rcpp_1.0.7.orig.tar.gz 2.8 MiB 15e5a4732216daed16263c79fb37017c2ada84a2d4e785e3b76445d0eba3dc1d
rcpp_1.0.7-2.debian.tar.xz 4.8 KiB 7f0e69e08737586199bc1fd86550eae136687348770da66a4e48901958828e98

Available diffs

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