From caea87685ad178489d31932e30e212c63df6a28b Mon Sep 17 00:00:00 2001 From: mef Date: Tue, 12 Nov 2024 12:24:10 +0000 Subject: [PATCH] (math/R-prettyunits) Updated 1.1.1 to 1.2.0 # prettyunits 1.2.0 * New `pretty_num()` function with all the [BIPM](https://www.bipm.org) agreed unit prefix (#26, @cregouby). * New `pretty_round()` and `pretty_signif()` functions preserve the requested number of digits as character strings (#14, @billdenney). * New `pretty_p_value()` function to convert p-values to character strings where small values are shown like "<0.0001" (#13, @billdenney). * New `pretty_color()` functionm converts a color to a named color (#12, @billdenney). --- math/R-prettyunits/Makefile | 11 ++++++++--- math/R-prettyunits/distinfo | 8 ++++---- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/math/R-prettyunits/Makefile b/math/R-prettyunits/Makefile index 2624c9a0e592..774523d7a578 100644 --- a/math/R-prettyunits/Makefile +++ b/math/R-prettyunits/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2021/06/05 06:11:08 mef Exp $ +# $NetBSD: Makefile,v 1.5 2024/11/12 12:24:10 mef Exp $ R_PKGNAME= prettyunits -R_PKGVER= 1.1.1 -CATEGORIES= math +R_PKGVER= 1.2.0 MAINTAINER= minskim@NetBSD.org COMMENT= Pretty, human readable formatting of quantities @@ -14,6 +13,12 @@ DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat +TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata +TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url +TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" diff --git a/math/R-prettyunits/distinfo b/math/R-prettyunits/distinfo index b30021a13aed..5265d3784e38 100644 --- a/math/R-prettyunits/distinfo +++ b/math/R-prettyunits/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:55:31 nia Exp $ +$NetBSD: distinfo,v 1.5 2024/11/12 12:24:10 mef Exp $ -BLAKE2s (R/prettyunits_1.1.1.tar.gz) = b153fc476ca70e61c59b9e3ebabfddd676a8bc2033e289b926ff179e94fca7de -SHA512 (R/prettyunits_1.1.1.tar.gz) = 563feed049b4d6afda31ff162348a2d4467c49e3273c21937b049a7c4f47181a8bc278fa0b02acce014aefc98f9cddfdf8d65aa2960f63fb66dd1606d708c545 -Size (R/prettyunits_1.1.1.tar.gz) = 10366 bytes +BLAKE2s (R/prettyunits_1.2.0.tar.gz) = 1b0aca7b5a9f79ab313b298d89c309193e202b57c9f760183deabd7dd05eefff +SHA512 (R/prettyunits_1.2.0.tar.gz) = 9df34eb31f9eec04505e9b3539c25605d2b00d2b35dc11485fd776c5c51e758b3b372dd17aa2e1b603ac85df3a1bd998eb41002debc6c323713098e3494aac2b +Size (R/prettyunits_1.2.0.tar.gz) = 97496 bytes