summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2018-04-07 21:06:34 +0000
committerminskim <minskim@pkgsrc.org>2018-04-07 21:06:34 +0000
commitfc751a3b616e943799336efebfb6b2b6b6eb81b2 (patch)
treef561ef855d42daf62f7572dc0984ecfdb960a422 /misc
parent35cf19c4fb86f92a6d50d7d7040adb84e93cf00b (diff)
downloadpkgsrc-fc751a3b616e943799336efebfb6b2b6b6eb81b2.tar.gz
misc/R-pillar: Update to 1.2.1
Changes: - Turned off using subtle style for digits that are considered insignificant. Negative numbers are shown all red. Set the new option pillar.subtle_num to TRUE to turn it on again (default: FALSE). - The negation sign is printed next to the number again. - Scientific notation uses regular digits again for exponents. - Groups of three digits are now underlined, starting with the fourth before/after the decimal point. This gives a better idea of the order of magnitude of the numbers. - Logical columns are displayed as TRUE and FALSE again. - The decimal dot is now always printed for numbers of type numeric. Trailing zeros are not shown anymore if all displayed numbers are whole numbers. - Decimal values longer than 13 characters always print in scientific notation. - New styling helper style_subtle_num(), formatting depends on the pillar.subtle_num option.
Diffstat (limited to 'misc')
-rw-r--r--misc/R-pillar/Makefile11
-rw-r--r--misc/R-pillar/distinfo10
2 files changed, 10 insertions, 11 deletions
diff --git a/misc/R-pillar/Makefile b/misc/R-pillar/Makefile
index 2fdbbed13d6..b5d61705399 100644
--- a/misc/R-pillar/Makefile
+++ b/misc/R-pillar/Makefile
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.1 2018/03/16 16:19:05 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2018/04/07 21:06:34 minskim Exp $
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/r-lib/pillar
-COMMENT= Colored formatting for columns
+COMMENT= Coloured Formatting for Columns
LICENSE= gnu-gpl-v3
R_PKGNAME= pillar
-R_PKGVER= 1.1.0
+R_PKGVER= 1.2.1
-DEPENDS+= R-cli-[0-9]*:../../devel/R-cli
+DEPENDS+= R-cli>=1.0.0:../../devel/R-cli
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
-DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
+DEPENDS+= R-rlang>=0.2.0:../../devel/R-rlang
DEPENDS+= R-utf8>=1.1.3:../../textproc/R-utf8
USE_LANGUAGES= # none
-BUILDLINK_API_DEPENDS.R+= R>=2.10
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/R-pillar/distinfo b/misc/R-pillar/distinfo
index 18b80bcdd02..163d26ca3ae 100644
--- a/misc/R-pillar/distinfo
+++ b/misc/R-pillar/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/16 16:19:05 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/04/07 21:06:34 minskim Exp $
-SHA1 (R/pillar_1.1.0.tar.gz) = 1cc0d088feceed3184d87992ce6c8f709248ed8f
-RMD160 (R/pillar_1.1.0.tar.gz) = 7d284069986b56fd0b1e57c2701b9495ef5b236b
-SHA512 (R/pillar_1.1.0.tar.gz) = 8f4ba974e1a2f8c51fced20edf06145b43f3dffbf116fbddd6f4e835cfaf9f5afe1644b70b928d78faeb5dbb647fb7ceda2c443e2a6a6ed7956aff4f7c18e972
-Size (R/pillar_1.1.0.tar.gz) = 71173 bytes
+SHA1 (R/pillar_1.2.1.tar.gz) = 0bb68f0ab5c2eb6c2a3a2e2a74f82194a3a645b3
+RMD160 (R/pillar_1.2.1.tar.gz) = 5e024124b1a784b41903c17228c52d5925a95a36
+SHA512 (R/pillar_1.2.1.tar.gz) = 42e3d9010b9bf1065843a14364fd6a3868467e79913ab80e2cff4846ebbd64b53cb4ea9450796e30d890bbc872dc5d965efeb500937ce77d7acff3b772154e31
+Size (R/pillar_1.2.1.tar.gz) = 54830 bytes