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:           Fri Apr 29 06:54:57 UTC 2022

Modified Files:
        pkgsrc/devel/R-checkmate: Makefile distinfo

Log Message:
(devel/R-checkmate) Updated 2.0.0 to 2.1.0

# Version 2.1.0
* New arguments `n.chars` and `max.chars` for `checkCharacter()` and
  `checkString()`.
* Checks for integerish now compare the tolerance with the difference to the
  nearest integer with `>` instead of `>=` to allow specifying a tolerance of
  exactly `0` (#177).
* Checks for integerish now check for class `Date` an `POSIXt`.
* Coercion of double to integer in `assertInt()` and `assertIntegerish()` now
  round to the nearest integer instead of always rounding via `trunc()`.
* Fixed an error message where the wrong variable name was reported by
  `assert()` (#182).
* Checks on POSIXct dates with storage mode integer should now work instead of
  raising an exception (#175).
* `*Matrix()` and `*Array()` now allow different storage types than the one
  specified if all values are missing (#184).
* Function `assert()` now supports collecting assertions via `AssertCollection`
  (#112).
* New exported C function `qcheck()` (#180).
* Fixed a bug in `checkFunction(..., ordered = TRUE)` (#204).
* Removed deprecated S macro `DOUBLE_EPS` from C source.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-checkmate/Makefile
cvs rdiff -u -r1.4 -r1.5 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.3 pkgsrc/devel/R-checkmate/Makefile:1.4
--- pkgsrc/devel/R-checkmate/Makefile:1.3       Sun Sep 20 21:18:13 2020
+++ pkgsrc/devel/R-checkmate/Makefile   Fri Apr 29 06:54:57 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/09/20 21:18:13 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/29 06:54:57 mef Exp $
 
 R_PKGNAME=     checkmate
-R_PKGVER=      2.0.0
+R_PKGVER=      2.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,12 +10,14 @@ LICENSE=    modified-bsd
 
 DEPENDS+=      R-backports>=1.1.0:../../math/R-backports
 
-# Packages suggested but not available:
-#   'fastmatch', 'microbenchmark'
+# Package suggested but not available: 'fastmatch'
 
 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
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 
 
 USE_LANGUAGES= c

Index: pkgsrc/devel/R-checkmate/distinfo
diff -u pkgsrc/devel/R-checkmate/distinfo:1.4 pkgsrc/devel/R-checkmate/distinfo:1.5
--- pkgsrc/devel/R-checkmate/distinfo:1.4       Tue Oct 26 10:14:02 2021
+++ pkgsrc/devel/R-checkmate/distinfo   Fri Apr 29 06:54:57 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:02 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/29 06:54:57 mef Exp $
 
-BLAKE2s (R/checkmate_2.0.0.tar.gz) = 471d6ebaaac89336c7e3b9b2bcbd28549e029cb09a149174cddb0d78c7fc06b1
-SHA512 (R/checkmate_2.0.0.tar.gz) = 8d575d79744157d21e0e6492f9107ede62f21bc2ba6c372853bf0f19b191f4bab01397f015f99384e331bcf1a300215a541528c0d60a49dca05144332af51077
-Size (R/checkmate_2.0.0.tar.gz) = 168716 bytes
+BLAKE2s (R/checkmate_2.1.0.tar.gz) = 8e3152ca37bb01be7f9677c727052b4cc464e0ca0a0853f7a21e45b7400bad10
+SHA512 (R/checkmate_2.1.0.tar.gz) = 9ffe09baa5c6f928db7fcda935dfa344a374cf60c91b510968b20062e5f4abf415986d29b02a50195c0e08f3d9f0f77c29b13b5051c0c000d9144a364350d1cf
+Size (R/checkmate_2.1.0.tar.gz) = 170034 bytes



Home | Main Index | Thread Index | Old Index