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: Sun Nov 24 07:32:11 UTC 2024
Modified Files:
pkgsrc/math/R-units: Makefile distinfo
Log Message:
(math/R-units) Updated 0.8.2 t0 0.8.5
# version 0.8-5
* avoid -Wformat-security warning on CRAN
# version 0.8-4
* Identical unit division and multiplication will now respect
`units_options(simplify = FALSE)` reverting a change from #310; #355
@billdenney
* Fix `scale_units` when both `unit` and `trans` are specified; #357
# version 0.8-3
* Remove tolerance from comparisons with logical operators, restoring behavior
changed in previous release; #353 addressing #351
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-units/Makefile
cvs rdiff -u -r1.7 -r1.8 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.5 pkgsrc/math/R-units/Makefile:1.6
--- pkgsrc/math/R-units/Makefile:1.5 Thu Jun 1 22:38:59 2023
+++ pkgsrc/math/R-units/Makefile Sun Nov 24 07:32:11 2024
@@ -1,15 +1,20 @@
-# $NetBSD: Makefile,v 1.5 2023/06/01 22:38:59 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/11/24 07:32:11 mef Exp $
R_PKGNAME= units
-R_PKGVER= 0.8-2
+R_PKGVER= 0.8-5
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Measurement Units for R Vectors
LICENSE= gnu-gpl-v2
-# Packages suggested but not available:
-# 'NISTunits', 'measurements', 'vdiffr'
+# Packages suggested but not available: 'NISTunits', 'measurements', 'vdiffr'
+
+TEST_DEPENDS+= R-dplyr-[0-9]*:../../math/R-dplyr
TEST_DEPENDS+= R-ggplot2-[0-9]*:../../graphics/R-ggplot2
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-xml2-[0-9]*:../../textproc/R-xml2
USE_LANGUAGES+= c c++
Index: pkgsrc/math/R-units/distinfo
diff -u pkgsrc/math/R-units/distinfo:1.7 pkgsrc/math/R-units/distinfo:1.8
--- pkgsrc/math/R-units/distinfo:1.7 Thu Jun 1 22:38:59 2023
+++ pkgsrc/math/R-units/distinfo Sun Nov 24 07:32:11 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2023/06/01 22:38:59 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/11/24 07:32:11 mef Exp $
-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
+BLAKE2s (R/units_0.8-5.tar.gz) = a9db38d95c94ec3b6ab53a0953b80329af1423a797ac7252bf6dad1f855a1328
+SHA512 (R/units_0.8-5.tar.gz) = d01ca8e92a5cdb9e3b742ea1d4cdac622ce985c3f719f5e7d11b583cdae2666b49cf86a5be6d85764ed7c7c0c48a853b794406666b8ab3df7f53b9a860e00e40
+Size (R/units_0.8-5.tar.gz) = 247974 bytes
SHA1 (patch-configure) = f57f2b7187678ba9f0973e2c90dd08d1fe4e752f
SHA1 (patch-configure.ac) = 6f6dab407646bda4fc25abca4af1c730146a79be
Home |
Main Index |
Thread Index |
Old Index