r-cran-cpp11 0.4.5-1 source package in Ubuntu

Changelog

r-cran-cpp11 (0.4.5-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)
  * Lintian-overrides (see lintian bug #1017966)

 -- Andreas Tille <email address hidden>  Mon, 24 Jul 2023 14:58:57 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-cpp11_0.4.5-1.dsc 2.3 KiB 22082408776fe10573e539e9550f33466aac04b967832b5d3614ae923a5b28b3
r-cran-cpp11_0.4.5.orig.tar.gz 297.5 KiB adcd61b702eb6ab3203e3cfb267e89d0e47020cd0bdef0c1a502ada104789b5e
r-cran-cpp11_0.4.5-1.debian.tar.xz 3.7 KiB 77fb31a70f6a3100e47032323f843132495d10d1acbddd2dd907453a73498aaa

Available diffs

No changes file available.

Binary packages built by this source

r-cran-cpp11: C++11 interface for GNU R's C interface

 Provides a header only, C++11 interface to R's C
 interface. Compared to other approaches 'cpp11' strives to be safe
 against long jumps from the C API as well as C++ exceptions, conform
 to normal R function semantics and supports interaction with 'ALTREP'
 vectors.