pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-checkmate
Module Name: pkgsrc
Committed By: mef
Date: Sun Sep 20 21:18:14 UTC 2020
Modified Files:
pkgsrc/devel/R-checkmate: Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-checkmate/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-checkmate/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-checkmate/Makefile
diff -u pkgsrc/devel/R-checkmate/Makefile:1.2 pkgsrc/devel/R-checkmate/Makefile:1.3
--- pkgsrc/devel/R-checkmate/Makefile:1.2 Thu Aug 8 19:53:38 2019
+++ pkgsrc/devel/R-checkmate/Makefile Sun Sep 20 21:18:13 2020
@@ -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@localhost
@@ -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"
Index: pkgsrc/devel/R-checkmate/distinfo
diff -u pkgsrc/devel/R-checkmate/distinfo:1.1 pkgsrc/devel/R-checkmate/distinfo:1.2
--- pkgsrc/devel/R-checkmate/distinfo:1.1 Tue Jul 30 22:31:32 2019
+++ pkgsrc/devel/R-checkmate/distinfo Sun Sep 20 21:18:13 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index