pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-units (math/R-units) Updated 0.7.2 to 0.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41cbdb2afb96
branches:  trunk
changeset: 390344:41cbdb2afb96
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 13:59:09 2022 +0000

description:
(math/R-units) Updated 0.7.2 to 0.8.1

# version 0.8-1

* fix `%/%` and `%%` if arguments have different units; #313

* fix multiplier parsing for `exp(log(x))` operations; #321

* fix specification of secondary axes with `scale_units`; #326

# version 0.8-0

* enhance unit mapping for newly installed units; #290

* remove deprecations: `install_symbolic_unit`, `remove_symbolic_unit`,
  `install_conversion_constant`, `install_conversion_offset`; #290

* fix multipliers for round trip log-exp operations; #292

* integrate `ggplot2` scales (previously in the `ggforce` package) to
  automatically print axes with units; #294 addressing #164

* fix `all.equal.units` for non-units `current`

* fix zero power; #285

* fix `unique.units` to support arrays and matrices, implement methods for
  `duplicated` and `anyDuplicated`

* fix plot labels with spaces; #298 addressing #297

* always add units to labels, including user-provided ones; as part of #298

* new symbols/names with a percentage character are not allowed due to an
  upstream bug; #289

diffstat:

 math/R-units/Makefile |  7 ++++---
 math/R-units/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 8e8a3c9c1d9a -r 41cbdb2afb96 math/R-units/Makefile
--- a/math/R-units/Makefile     Sun Dec 18 13:53:55 2022 +0000
+++ b/math/R-units/Makefile     Sun Dec 18 13:59:09 2022 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2021/09/18 14:09:49 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/18 13:59:09 mef Exp $
 
 R_PKGNAME=     units
-R_PKGVER=      0.7-2
+R_PKGVER=      0.8-1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Measurement Units for R Vectors
 LICENSE=       gnu-gpl-v2
 
 # Packages suggested but not available:
-#  'udunits2', 'NISTunits', 'measurements', 'ggforce'
+#   'NISTunits', 'measurements', 'vdiffr'
+TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
 
 USE_LANGUAGES+=        c c++
 
diff -r 8e8a3c9c1d9a -r 41cbdb2afb96 math/R-units/distinfo
--- a/math/R-units/distinfo     Sun Dec 18 13:53:55 2022 +0000
+++ b/math/R-units/distinfo     Sun Dec 18 13:59:09 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:55:34 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/12/18 13:59:09 mef Exp $
 
-BLAKE2s (R/units_0.7-2.tar.gz) = 70d1e3e95efc0ab7fe2fad688f4e0e00ab6bc6c8933db3a1c952e808274a2937
-SHA512 (R/units_0.7-2.tar.gz) = 81881e633a0c6f70d5e0b8d2675773752a6a2d137909eb61f8734f6188b8d0ae48b5ee99341facddf8910ddf2d35cc38f4a2c33ab9d57b6ec39b9c925db650a1
-Size (R/units_0.7-2.tar.gz) = 855840 bytes
+BLAKE2s (R/units_0.8-1.tar.gz) = 3e777367f98f0dbd44151bf0b6ab64712601171926c915b1899fbf5089f316b7
+SHA512 (R/units_0.8-1.tar.gz) = ae6ad680f3834decbdee6e8b4dc07d433793239bcd0cb5143ac7d3fd243264fe19ee7f73c70d3228392cce3e784d645d596298b6661c0871e63413c2a4c45b41
+Size (R/units_0.8-1.tar.gz) = 850734 bytes
 SHA1 (patch-configure) = f57f2b7187678ba9f0973e2c90dd08d1fe4e752f
 SHA1 (patch-configure.ac) = 6f6dab407646bda4fc25abca4af1c730146a79be



Home | Main Index | Thread Index | Old Index