rcpp 1.0.12-1 source package in Ubuntu

Changelog

rcpp (1.0.12-1) unstable; urgency=medium

  * New upstream release

  * debian/control: Set Build-Depends: to current R version
  * debian/control: Switch to virtual debhelper-compat (= 13)

 -- Dirk Eddelbuettel <email address hidden>  Tue, 09 Jan 2024 06:36:19 -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 Pocket Published Component Section
Oracular release universe math
Noble release universe math

Downloads

File Size SHA-256 Checksum
rcpp_1.0.12-1.dsc 1.8 KiB 2b52cf8aae4c8c41564c9e1a22dc10f777cdc6c2f3ac534e135b8747aa0000c2
rcpp_1.0.12.orig.tar.gz 3.3 MiB 0c7359cc43beee02761aa3df2baccede1182d29d28c9cd49964b609305062bd0
rcpp_1.0.12-1.debian.tar.xz 4.9 KiB 17b49693304bf8be426cd01b1e0b92b2dd2c330394da3a6519c0957b4f92941f

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