Pretty, human readable formatting of quantities.
WWW: https://cran.r-project.org/web/packages/prettyunits/
This commit is contained in:
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
|
@ -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
|
||||
|
|
20
devel/R-cran-prettyunits/Makefile
Normal file
20
devel/R-cran-prettyunits/Makefile
Normal 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>
|
3
devel/R-cran-prettyunits/distinfo
Normal file
3
devel/R-cran-prettyunits/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1557903623
|
||||
SHA256 (prettyunits_1.0.2.tar.gz) = 35a4980586c20650538ae1e4fed4d80fdde3f212b98546fc3c7d9469a1207f5c
|
||||
SIZE (prettyunits_1.0.2.tar.gz) = 8262
|
3
devel/R-cran-prettyunits/pkg-descr
Normal file
3
devel/R-cran-prettyunits/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Pretty, human readable formatting of quantities.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/prettyunits/
|
Loading…
Reference in a new issue