Skip to content

Commit

Permalink
(math/R-units) Updated 0.7.2 to 0.8.1
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
mef committed Dec 18, 2022
1 parent 04d558c commit 49f177d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions math/R-units/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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++

Expand Down
8 changes: 4 additions & 4 deletions math/R-units/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 49f177d

Please sign in to comment.