pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-units
Module Name: pkgsrc
Committed By: mef
Date: Thu Jun 1 22:38:59 UTC 2023
Modified Files:
pkgsrc/math/R-units: Makefile distinfo
Log Message:
(math/R-units) Updated 0.8.1 to 0.8.2
# 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
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-units/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-units/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-units/Makefile
diff -u pkgsrc/math/R-units/Makefile:1.4 pkgsrc/math/R-units/Makefile:1.5
--- pkgsrc/math/R-units/Makefile:1.4 Sun Dec 18 13:59:09 2022
+++ pkgsrc/math/R-units/Makefile Thu Jun 1 22:38:59 2023
@@ -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@localhost
COMMENT= Measurement Units for R Vectors
Index: pkgsrc/math/R-units/distinfo
diff -u pkgsrc/math/R-units/distinfo:1.6 pkgsrc/math/R-units/distinfo:1.7
--- pkgsrc/math/R-units/distinfo:1.6 Sun Dec 18 13:59:09 2022
+++ pkgsrc/math/R-units/distinfo Thu Jun 1 22:38:59 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index