pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/R-Rcpp (devel/R-Rcpp) Updated 1.0.5 to 1.0.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/74a080fa3bf3
branches: trunk
changeset: 446320:74a080fa3bf3
user: mef <mef%pkgsrc.org@localhost>
date: Sat Feb 06 14:41:29 2021 +0000
description:
(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)
diffstat:
devel/R-Rcpp/Makefile | 6 ++++--
devel/R-Rcpp/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 37f5708fc6db -r 74a080fa3bf3 devel/R-Rcpp/Makefile
--- a/devel/R-Rcpp/Makefile Sat Feb 06 14:27:41 2021 +0000
+++ b/devel/R-Rcpp/Makefile Sat Feb 06 14:41:29 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/10/04 06:11:24 mef Exp $
+# $NetBSD: Makefile,v 1.22 2021/02/06 14:41:29 mef Exp $
R_PKGNAME= Rcpp
-R_PKGVER= 1.0.5
+R_PKGVER= 1.0.6
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -18,6 +18,8 @@
TEST_DEPENDS+= tex-pdfpages-[0-9]*q:../../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
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
USE_LANGUAGES+= c++
diff -r 37f5708fc6db -r 74a080fa3bf3 devel/R-Rcpp/distinfo
--- a/devel/R-Rcpp/distinfo Sat Feb 06 14:27:41 2021 +0000
+++ b/devel/R-Rcpp/distinfo Sat Feb 06 14:41:29 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/10/04 06:11:24 mef Exp $
+$NetBSD: distinfo,v 1.16 2021/02/06 14:41:29 mef Exp $
-SHA1 (R/Rcpp_1.0.5.tar.gz) = 094a7c3f26e388bc23b713b4940438c9099adac0
-RMD160 (R/Rcpp_1.0.5.tar.gz) = 076b43c1315befcf9922f031659f955da66e7dbd
-SHA512 (R/Rcpp_1.0.5.tar.gz) = dfca51e0ac14a7c24113568fafec290f2c1e9484709220b5537707af8451179686baf80e397ce548f7c24142d7864c224bd41835e7f61bc5295878755abe21ca
-Size (R/Rcpp_1.0.5.tar.gz) = 2950521 bytes
+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
Home |
Main Index |
Thread Index |
Old Index