Skip to content

Commit

Permalink
(math/R-units) Updated 0.8.1 to 0.8.2
Browse files Browse the repository at this point in the history
# version 0.8-2

* Names are preserved when doing unit conversions; #305 @billdenney

* Identical units will always divide (`/`) and allow integer division (`%/%`).
  And, inverse units will always be able to multiply; #310 @billdenney

* Compare units via `ud_compare()`, fixing inconsistent results for aliases
  and symbols; #339, #346, #347

* Fix `units<-()` to treat an empty unit the same as `NULL`; #332

* New `as.data.frame()` method for `mixed_units`; #309

* Use short paths for database loading on Windows to fix UTF-16 issues; #342

* Add example in the docs about reversing a ggplot2 units scale; #343

* Force storage mode to double; #344 addressing #324

* Fix units in transformed axis; #323

* Consider unitless as radians in trigonometric functions; #328
  • Loading branch information
mef committed Jun 1, 2023
1 parent cfcb40a commit 4825e2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions math/R-units/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2022/12/18 13:59:09 mef Exp $
# $NetBSD: Makefile,v 1.5 2023/06/01 22:38:59 mef Exp $

R_PKGNAME= units
R_PKGVER= 0.8-1
R_PKGVER= 0.8-2

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Measurement Units for R Vectors
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.6 2022/12/18 13:59:09 mef Exp $
$NetBSD: distinfo,v 1.7 2023/06/01 22:38:59 mef Exp $

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
BLAKE2s (R/units_0.8-2.tar.gz) = fb44f85b8c0a438a3fbf8131750f2326427c399e0e559a7370ebd8a31503d186
SHA512 (R/units_0.8-2.tar.gz) = 4a264ebdc2ef035a32880bdb6c91dce11f03a3bfcecd977e7bf29b9da5a31dade2977c593a4cb3eded337b7007fbbbe2008315e8410d2851b6ccad373dd635dd
Size (R/units_0.8-2.tar.gz) = 247577 bytes
SHA1 (patch-configure) = f57f2b7187678ba9f0973e2c90dd08d1fe4e752f
SHA1 (patch-configure.ac) = 6f6dab407646bda4fc25abca4af1c730146a79be

0 comments on commit 4825e2b

Please sign in to comment.