Path to this page:
Subject: CVS commit: pkgsrc/devel/R-Rcpp
From: Makoto Fujiwara
Date: 2024-10-19 12:41:44
Message id: 20241019104145.0A777FC7E@cvs.NetBSD.org
Log Message:
(devel/R-Rcpp) Updated 1.0.12 to 1.0.13
R CMD Rd2txt /tmp/devel/R-Rcpp/work/Rcpp/inst/NEWS.Rd | head -40
Changes in Rcpp release version 1.0.13 (2024-07-11):
* Changes in Rcpp API:
* Set R_NO_REMAP if not already defined (Dirk in #1296)
* Add variadic templates to be used instead of generated
code (Andrew Johnson in #1303)
* Count variables were switches to 'size_t' to avoid
warnings about conversion-narrowing (Dirk in #1307)
* Rcpp now avoids the usage of the (non-API) DATAPTR
function when accessing the contents of Rcpp Vector
objects where possible. (Kevin in #1310)
* Rcpp now emits an R warning on out-of-bounds Vector
accesses. This may become an error in a future Rcpp
release. (Kevin in #1310)
* Switch 'VECTOR_PTR' and 'STRING_PTR' to new API-compliant
'RO' variants (Kevin in #1317 fixing #1316)
* Changes in Rcpp Deployment:
* Small updates to the CI test containers have been made
(#1304)
Files: