forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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
- Loading branch information
mef
committed
Nov 24, 2024
1 parent
c34a5a0
commit 89929fb
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
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++ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |