rcpp 1.0.14-1 source package in Ubuntu

Changelog

rcpp (1.0.14-1) unstable; urgency=medium

  * New upstream release

 -- Dirk Eddelbuettel <email address hidden>  Sun, 12 Jan 2025 10:33:27 -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
Plucky release universe math

Downloads

File Size SHA-256 Checksum
rcpp_1.0.14-1.dsc 1.8 KiB d4f8a99a0ede4ecfe6097b296496128ec97c2f3f616290f0ff43bcb87ec98f8c
rcpp_1.0.14.orig.tar.gz 2.9 MiB 74e84a52efb0e3e2713cdbbef5234b5ae1d44b33d32c3c337993e7fc423a8002
rcpp_1.0.14-1.debian.tar.xz 4.9 KiB f6aceb6022c765bf5e6913cd057f42e3c8c478ea39e3dc0c7e0c3e3354796a48

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