(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.
This commit is contained in:
parent
9faa40d81a
commit
b92c05b040
2 changed files with 15 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue