pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/R-pillar misc/R-pillar: Update to 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eed6d44898df
branches:  trunk
changeset: 378440:eed6d44898df
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 07 21:06:34 2018 +0000

description:
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:

 misc/R-pillar/Makefile |  11 +++++------
 misc/R-pillar/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r cee653a56264 -r eed6d44898df misc/R-pillar/Makefile
--- a/misc/R-pillar/Makefile    Sat Apr 07 20:52:09 2018 +0000
+++ b/misc/R-pillar/Makefile    Sat Apr 07 21:06:34 2018 +0000
@@ -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@localhost
 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 -r cee653a56264 -r eed6d44898df misc/R-pillar/distinfo
--- a/misc/R-pillar/distinfo    Sat Apr 07 20:52:09 2018 +0000
+++ b/misc/R-pillar/distinfo    Sat Apr 07 21:06:34 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index