rcpp 1.0.2-1 source package in Ubuntu

Changelog

rcpp (1.0.2-1) unstable; urgency=medium

  * New upstream release
  
  * debian/control: Set Build-Depends: to current R version
  * debian/control: Set Standards-Version: to current version  

 -- Dirk Eddelbuettel <email address hidden>  Thu, 25 Jul 2019 10:36:08 -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.2-1.dsc 1.8 KiB 648a64d4e28948bdfe72805ff99a1cb6aaa1a1ee32455c77e4749d505b4ce22a
rcpp_1.0.2.orig.tar.gz 3.5 MiB ad9338d6fc89dd116a3e2c5ecef1956e4be63b6c6aa1b21b2e5f249d65a5129c
rcpp_1.0.2-1.debian.tar.xz 4.6 KiB 42b2ab3b4820dc3134cbfcf513304b93a947bf17b1e57de1872b9e64c4ca5280

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