(devel/R-Rcpp) Updated 1.0.6 to 1.0.7
( w3m -dump https://cran.r-project.org/web/packages/Rcpp/news.html | cat - ) Changes in Rcpp release version 1.0.7 (2021-07-06) * Changes in Rcpp API: + Refactored Rcpp_PreserveObject and Rcpp_ReleaseObject which are now O (1) (Dirk and I?aki in #1133 and #1135 fixing #382 and #1081). + A spuriously assigned variable was removed (Dirk in #1138 fixing #1137 ). + Global Rcout and Rcerr objects are supported via a compiler directive (I?aki in #1139 fixing #928) + Add support for Rcpp::message (Dirk in #1146 fixing #1145). + The uint32_t type is used throughout instead of unsigned int (Dirk in # 1153 fixing #1152). + The cfloat header for floating point limits is now included (Dirk in # 1162 fixing #1161). * Changes in Rcpp Attributes: + Packages with dots in their name can now have per-package include files (Dirk in #1132 fixing #1129). + New argument echo to quieten optional evaluation in sourceCpp (Dirk in #1138 fixing #1126). * Forthcoming Changes in Rcpp API: + Starting with Rcpp 1.0.8 anticipated in January 2022, STRICT_R_HEADERS will be enabled by default, see #1126.
This commit is contained in:
parent
3ceb70eb9d
commit
dab49c159c
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.22 2021/02/06 14:41:29 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2021/08/21 13:37:31 mef Exp $
|
||||
|
||||
R_PKGNAME= Rcpp
|
||||
R_PKGVER= 1.0.6
|
||||
R_PKGVER= 1.0.7
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -15,7 +15,7 @@ TEST_DEPENDS+= R-markdown-[0-9]*:../../textproc/R-markdown
|
|||
TEST_DEPENDS+= R-pkgKitten>=0.1.2:../../devel/R-pkgKitten
|
||||
TEST_DEPENDS+= R-rbenchmark>=1.0.0:../../benchmarks/R-rbenchmark
|
||||
TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
|
||||
TEST_DEPENDS+= tex-pdfpages-[0-9]*q:../../print/tex-pdfpages
|
||||
TEST_DEPENDS+= tex-pdfpages-[0-9]*:../../print/tex-pdfpages
|
||||
TEST_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
|
||||
TEST_DEPENDS+= tex-iftex-[0-9]*d:../../print/tex-iftex
|
||||
TEST_DEPENDS+= tex-pdflscape-[0-9]*:../../print/tex-pdflscape
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.16 2021/02/06 14:41:29 mef Exp $
|
||||
$NetBSD: distinfo,v 1.17 2021/08/21 13:37:31 mef Exp $
|
||||
|
||||
SHA1 (R/Rcpp_1.0.6.tar.gz) = 2d1a4bde6f336c396fbb9cc301646288f12ed9ff
|
||||
RMD160 (R/Rcpp_1.0.6.tar.gz) = a3cbdc9d69dcf3eca4e7b0cff6f0a2320952d0d1
|
||||
SHA512 (R/Rcpp_1.0.6.tar.gz) = eab225cfdd838e316824fe224e9822c01d09287251b89f3a83f03b5be294f6f3376f2cd2518f78a7bff57426247b62108dc7c60b89d78443172826fa24bf14cc
|
||||
Size (R/Rcpp_1.0.6.tar.gz) = 2952876 bytes
|
||||
SHA1 (R/Rcpp_1.0.7.tar.gz) = 71722e9beb65076f897b540a08f3a0f3e74fb20b
|
||||
RMD160 (R/Rcpp_1.0.7.tar.gz) = e87f4023ffb4a556e31936982482b60307b4858f
|
||||
SHA512 (R/Rcpp_1.0.7.tar.gz) = 77e980582836993a9521c1c03349ff0a801cf4ab7200264587ef85cc35b7db8c3edac53523167830619e7e7c5e14da55e96e612f60672ca9fe30852f915a3e5f
|
||||
Size (R/Rcpp_1.0.7.tar.gz) = 2941808 bytes
|
||||
|
|
Loading…
Reference in a new issue