-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(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).
- Loading branch information
mef
committed
Nov 12, 2024
1 parent
2424ee7
commit caea876
Showing
2 changed files
with
12 additions
and
7 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,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= [email protected] | ||
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" | ||
|
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,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 |