rcpp 1.0.3-1 source package in Ubuntu

Changelog

rcpp (1.0.3-1) unstable; urgency=medium

  * New upstream release

 -- Dirk Eddelbuettel <email address hidden>  Fri, 08 Nov 2019 17:58:09 -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

Downloads

File Size SHA-256 Checksum
rcpp_1.0.3-1.dsc 1.8 KiB 237b654d1913de70b206455dc86fa5fab0125090e4ec359a83129b2ab38c548a
rcpp_1.0.3.orig.tar.gz 2.6 MiB 2b3500dd3aca16f7b3cb5442625e76dcf4f7c974b4249d33041e9184a5ff030e
rcpp_1.0.3-1.debian.tar.xz 4.6 KiB 4a8e6ba3f96aac2c505ef955a13ef36556a614d2f56bef4ca6a59b93341421da

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