summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-09-20 21:18:13 +0000
committermef <mef@pkgsrc.org>2020-09-20 21:18:13 +0000
commit7950bb63ed1623c6b9ac849c7c64fd155912288e (patch)
tree59fff960fcc960f57bd3fdac16d8c3a46a745db7 /devel
parent5f7d53365a65d3b8cf083f01a8e46091607b5420 (diff)
downloadpkgsrc-7950bb63ed1623c6b9ac849c7c64fd155912288e.tar.gz
(devel/R-checkmate) Updated 1.9.4 to 2.0.0. TEST_DEPENDS added, but not enough
# Version 2.0.0 * Expectations now optionally support the package `tinytest`. `tinytest` is used as backend if it is attached, otherwise checkmate defaults to `testthat`. There is now also a vignette on how to setup `checkmate` for `tinytest`. * Coercion now only affects double vectors. * Improved error message for type detection in `*List`. * Removed `*Bit`, the `bit` package is orphaned. * Fixed documentation.
Diffstat (limited to 'devel')
-rw-r--r--devel/R-checkmate/Makefile12
-rw-r--r--devel/R-checkmate/distinfo10
2 files changed, 15 insertions, 7 deletions
diff --git a/devel/R-checkmate/Makefile b/devel/R-checkmate/Makefile
index af8856bda08..44eb80c6afe 100644
--- a/devel/R-checkmate/Makefile
+++ b/devel/R-checkmate/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:38 brook Exp $
+# $NetBSD: Makefile,v 1.3 2020/09/20 21:18:13 mef Exp $
R_PKGNAME= checkmate
-R_PKGVER= 1.9.4
+R_PKGVER= 2.0.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,6 +10,14 @@ LICENSE= modified-bsd
DEPENDS+= R-backports>=1.1.0:../../math/R-backports
+# Packages suggested but not available:
+# 'fastmatch', 'microbenchmark'
+
+TEST_DEPENDS+= R-data.table-[0-9]*:../../textproc/R-data.table
+TEST_DEPENDS+= R-devtools-[0-9]*:../../devel/R-devtools
+TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
+
+
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
diff --git a/devel/R-checkmate/distinfo b/devel/R-checkmate/distinfo
index d83f6c7155c..98ee0b59384 100644
--- a/devel/R-checkmate/distinfo
+++ b/devel/R-checkmate/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/07/30 22:31:32 brook Exp $
+$NetBSD: distinfo,v 1.2 2020/09/20 21:18:13 mef Exp $
-SHA1 (R/checkmate_1.9.4.tar.gz) = 12e769c45d1c96773f7a2c11fda2125dc633d898
-RMD160 (R/checkmate_1.9.4.tar.gz) = b0cd4685baad21de2f106df2edfd1937c7a83f72
-SHA512 (R/checkmate_1.9.4.tar.gz) = c07c8691400ff4285de7669b3467b5ae489fcac0c1ce72c3e245e474889d513654ad7c7689f8946d1728d170f2a8c1ae54817f8e221d93b514255fe757fbf32b
-Size (R/checkmate_1.9.4.tar.gz) = 214038 bytes
+SHA1 (R/checkmate_2.0.0.tar.gz) = 1ba8ffe3fa75148b572bf01bda5dc5cf4bd1d2c1
+RMD160 (R/checkmate_2.0.0.tar.gz) = 3fbebd2361b8b1a690323dab611f7cc01d60d51e
+SHA512 (R/checkmate_2.0.0.tar.gz) = 8d575d79744157d21e0e6492f9107ede62f21bc2ba6c372853bf0f19b191f4bab01397f015f99384e331bcf1a300215a541528c0d60a49dca05144332af51077
+Size (R/checkmate_2.0.0.tar.gz) = 168716 bytes