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

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Wed, 20 Dec 2023 20:16:16 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-cpp11_0.4.7-1.dsc 2.3 KiB 9f9bdc1c20a1f2be949dbb53315564e7342109959f156a6de7110a61d6fe6615
r-cran-cpp11_0.4.7.orig.tar.gz 279.1 KiB 801d1266824c3972642bce2db2a5fd0528a65ec845c58eb5a886edf082264344
r-cran-cpp11_0.4.7-1.debian.tar.xz 3.7 KiB 5817a181685d108e005cf0e5525049d0165d2e1248faca62df3f4e2c55d3afa0

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.