pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-checkmate (devel/R-checkmate) Updated 2.0.0 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8915c03e2fb8
branches:  trunk
changeset: 378095:8915c03e2fb8
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Apr 29 06:54:57 2022 +0000

description:
(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.

diffstat:

 devel/R-checkmate/Makefile |  10 ++++++----
 devel/R-checkmate/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r a8cd9b1c0bc1 -r 8915c03e2fb8 devel/R-checkmate/Makefile
--- a/devel/R-checkmate/Makefile        Fri Apr 29 06:45:56 2022 +0000
+++ b/devel/R-checkmate/Makefile        Fri Apr 29 06:54:57 2022 +0000
@@ -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 @@
 
 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
diff -r a8cd9b1c0bc1 -r 8915c03e2fb8 devel/R-checkmate/distinfo
--- a/devel/R-checkmate/distinfo        Fri Apr 29 06:45:56 2022 +0000
+++ b/devel/R-checkmate/distinfo        Fri Apr 29 06:54:57 2022 +0000
@@ -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