Path to this page:
Subject: CVS commit: pkgsrc/devel/R-Rcpp
From: Makoto Fujiwara
Date: 2020-10-04 08:11:25
Message id: 20201004061125.1F989FB28@cvs.NetBSD.org
Log Message:
(devel/R-Rcpp) Updated 1.0.4.6 to 1.0.5
(pkgsrc)
- several adding/adjust on TEST_DEPENDS lines
(upstream)
Info by w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat -
(there was not explicit 1.0.4.6 line in this file, below are after 1.0.4)
Changes in Rcpp patch release version 1.0.5 (2020-07-01)
* Changes in Rcpp API:
+ The exception handler code in #1043 was updated to ensure proper
include behavior (Kevin in #1047 fixing #1046).
+ A missing Rcpp_list6 definition was added to support R 3.3.* builds
(Davis Vaughan in #1049 fixing #1048).
+ Missing Rcpp_list{2,3,4,5} definition were added to the Rcpp namespace
(Dirk in #1054 fixing #1053).
+ A further updated corrected the header include and provided a missing
else branch (Mattias Ellert in #1055).
+ Two more assignments are protected with Rcpp::Shield (Dirk in #1059).
+ One call to abs is now properly namespaced with std:: (Uwe Korn in #
1069).
+ String object memory preservation was corrected/simplified (Kevin in #
1082).
* Changes in Rcpp Attributes:
+ Empty strings are not passed to R CMD SHLIB which was seen with R 4.0.0
on Windows (Kevin in #1062 fixing #1061).
+ The short_file_name() helper function is safer with respect to
temporaries (Kevin in #1067 fixing #1066, and #1071 fixing #1070).
* Changes in Rcpp Sugar:
+ Two sample() objects are now standard vectors and not R_alloc created
(Dirk in #1075 fixing #1074).
* Changes in Rcpp support functions:
+ Rcpp.package.skeleton() adjusts for a (documented) change in R 4.0.0
(Dirk in #1088 fixing #1087).
* Changes in Rcpp Documentation:
+ The pdf file of the earlier introduction is again typeset with
bibliographic information (Dirk).
+ A new vignette describing how to package C++ libraries has been added
(Dirk in #1078 fixing #1077).
* Changes in Rcpp Deployment:
+ Travis CI unit tests now run a matrix over the versions of R also
tested at CRAN (rel/dev/oldrel/oldoldrel), and coverage runs in
parallel for a net speed-up (Dirk in #1056 and #1057).
+ The exceptions test is now partially skipped on Solaris as it already
is on Windows (Dirk in #1065).
+ The default CI runner was upgraded to R 4.0.0 (Dirk).
+ The CI matrix spans R 3.5, 3.6, r-release and r-devel (Dirk).
Files: