Path to this page:
Subject: CVS commit: pkgsrc/devel/R-Rcpp
From: Makoto Fujiwara
Date: 2021-02-06 15:41:29
Message id: 20210206144130.01C9FFA95@cvs.NetBSD.org
Log Message:
(devel/R-Rcpp) Updated 1.0.5 to 1.0.6
(pkgsrc)
- Add tex-ec, tex-pdflscape for TEST_DEPENDS.
Check the permision of /var/lib/texmf/fonts/pk/ if make test fails with
!pdfTeX error: pdflatex (file tcrm1000): Font tcrm1000 at 600 not found
(upstream)
Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
Changes in Rcpp patch release version 1.0.6 (2021-01-14)
- Changes in Rcpp API:
* Replace remaining few uses of EXTPTR_PTR with R_ExternalPtrAddr (Kevin
in #1098 fixing #1097).
* Add push_back and push_front for DataFrame (Walter Somerville in #1099
fixing #1094).
* Remove a misleading-to-wrong comment (Mattias Ellert in #1109 cleaning
up after #1049).
* Address a sanitizer report by initializing two private bool variables
(Benjamin Christoffersen in #1113).
* External pointer finalizer toggle default values were corrected to true
(Dirk in #1115).
- Changes in Rcpp Documentation:
* Several URLs were updated to https and/or new addresses (Dirk).
- Changes in Rcpp Deployment:
* Added GitHub Actions CI using the same container-based setup used
previously, and also carried code coverage over (Dirk in #1128).
- Changes in Rcpp support functions:
* Rcpp.package.skeleton() avoids warning from R. (Dirk)
Files: