Skip to content

Commit caea876

Browse files
author
mef
committed
(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).
1 parent 2424ee7 commit caea876

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

math/R-prettyunits/Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.4 2021/06/05 06:11:08 mef Exp $
1+
# $NetBSD: Makefile,v 1.5 2024/11/12 12:24:10 mef Exp $
22

33
R_PKGNAME= prettyunits
4-
R_PKGVER= 1.1.1
5-
CATEGORIES= math
4+
R_PKGVER= 1.2.0
65

76
MAINTAINER= minskim@NetBSD.org
87
COMMENT= Pretty, human readable formatting of quantities
@@ -14,6 +13,12 @@ DEPENDS+= R-magrittr>=1.5:../../devel/R-magrittr
1413
TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
1514
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
1615

16+
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
17+
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
18+
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
19+
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
20+
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
21+
1722
USE_LANGUAGES= # none
1823

1924
.include "../../math/R/Makefile.extension"

math/R-prettyunits/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.4 2021/10/26 10:55:31 nia Exp $
1+
$NetBSD: distinfo,v 1.5 2024/11/12 12:24:10 mef Exp $
22

3-
BLAKE2s (R/prettyunits_1.1.1.tar.gz) = b153fc476ca70e61c59b9e3ebabfddd676a8bc2033e289b926ff179e94fca7de
4-
SHA512 (R/prettyunits_1.1.1.tar.gz) = 563feed049b4d6afda31ff162348a2d4467c49e3273c21937b049a7c4f47181a8bc278fa0b02acce014aefc98f9cddfdf8d65aa2960f63fb66dd1606d708c545
5-
Size (R/prettyunits_1.1.1.tar.gz) = 10366 bytes
3+
BLAKE2s (R/prettyunits_1.2.0.tar.gz) = 1b0aca7b5a9f79ab313b298d89c309193e202b57c9f760183deabd7dd05eefff
4+
SHA512 (R/prettyunits_1.2.0.tar.gz) = 9df34eb31f9eec04505e9b3539c25605d2b00d2b35dc11485fd776c5c51e758b3b372dd17aa2e1b603ac85df3a1bd998eb41002debc6c323713098e3494aac2b
5+
Size (R/prettyunits_1.2.0.tar.gz) = 97496 bytes

0 commit comments

Comments
 (0)