pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-prettyunits
Module Name: pkgsrc
Committed By: mef
Date: Tue Nov 12 12:24:10 UTC 2024
Modified Files:
pkgsrc/math/R-prettyunits: Makefile distinfo
Log Message:
(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).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-prettyunits/Makefile \
pkgsrc/math/R-prettyunits/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-prettyunits/Makefile
diff -u pkgsrc/math/R-prettyunits/Makefile:1.4 pkgsrc/math/R-prettyunits/Makefile:1.5
--- pkgsrc/math/R-prettyunits/Makefile:1.4 Sat Jun 5 06:11:08 2021
+++ pkgsrc/math/R-prettyunits/Makefile Tue Nov 12 12:24:10 2024
@@ -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@localhost
COMMENT= Pretty, human readable formatting of quantities
@@ -14,6 +13,12 @@ DEPENDS+= R-magrittr>=1.5:../../devel/R-
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"
Index: pkgsrc/math/R-prettyunits/distinfo
diff -u pkgsrc/math/R-prettyunits/distinfo:1.4 pkgsrc/math/R-prettyunits/distinfo:1.5
--- pkgsrc/math/R-prettyunits/distinfo:1.4 Tue Oct 26 10:55:31 2021
+++ pkgsrc/math/R-prettyunits/distinfo Tue Nov 12 12:24:10 2024
@@ -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
Home |
Main Index |
Thread Index |
Old Index