Pretty, human readable formatting of quantities.

WWW: https://cran.r-project.org/web/packages/prettyunits/
This commit is contained in:
Wen Heping 2019-05-15 07:11:15 +00:00
parent 19f5c65788
commit f00a18b437
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501690
4 changed files with 27 additions and 0 deletions

View file

@ -56,6 +56,7 @@
SUBDIR += R-cran-plogr
SUBDIR += R-cran-plyr
SUBDIR += R-cran-praise
SUBDIR += R-cran-prettyunits
SUBDIR += R-cran-promises
SUBDIR += R-cran-proto
SUBDIR += R-cran-purrr

View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= prettyunits
PORTVERSION= 1.0.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Pretty, Human Readable Formatting of Quantities
LICENSE= MIT
CRAN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \
R-cran-assertthat>0:math/R-cran-assertthat
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1557903623
SHA256 (prettyunits_1.0.2.tar.gz) = 35a4980586c20650538ae1e4fed4d80fdde3f212b98546fc3c7d9469a1207f5c
SIZE (prettyunits_1.0.2.tar.gz) = 8262

View file

@ -0,0 +1,3 @@
Pretty, human readable formatting of quantities.
WWW: https://cran.r-project.org/web/packages/prettyunits/