Received: by mail.netbsd.org (Postfix, from userid 605) id 64A3E84D67; Sun, 20 Sep 2020 21:18:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE3E584D59 for ; Sun, 20 Sep 2020 21:18:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 76G9nk6BWTpT for ; Sun, 20 Sep 2020 21:18:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E15484CDA for ; Sun, 20 Sep 2020 21:18:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19D18FB28; Sun, 20 Sep 2020 21:18:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600636694229780" MIME-Version: 1.0 Date: Sun, 20 Sep 2020 21:18:14 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/R-checkmate To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200920211814.19D18FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1600636694229780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1600636694229780 Content-Disposition: inline Content-Length: 2065 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 @@ -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 --_----------=_1600636694229780--