diff options
author | mef <mef@pkgsrc.org> | 2021-09-18 14:19:07 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-09-18 14:19:07 +0000 |
commit | ce8b48a5758e7c42e5bcacbfe0ebaf593270fadc (patch) | |
tree | 28450769d47d2b5a2fca9e7e43d024597135973f /misc | |
parent | cd79c83fc446716c6e8f43b0ca5a45a22b92f1e2 (diff) | |
download | pkgsrc-ce8b48a5758e7c42e5bcacbfe0ebaf593270fadc.tar.gz |
(misc/R-pillar) Updated 1.6.1 to 1.6.2
# pillar 1.6.2
## Options
- Options `pillar.print_max`, `pillar.print_min`, `pillar.width` and
`pillar.max_extra_cols` are now queried before the corresponding
`tibble.` or `dplyr.` options are consulted, the latter will be
soft-deprecated in pillar v2.0.0 (#353).
- New `pillar.bidi` option. When active, control characters are
inserted to improve display of data with right-to-left text (#333).
- The new `pillar.max_footer_lines` option (default: 7) allows
controlling the maximum number of footer lines shown. It is applied
in addition to the existing `tibble.max_extra_cols` option (#263).
## Formatting
- If a column doesn't make use of all horizontal width offered to it,
the excess width is distributed over other columns (#331).
- Improved allocation of free space in multi-tier tables with
`getOption("tibble.width") > getOption("width")` (#344).
- All pillars are shown with their true horizontal extent,
irrespective of the indicated `width`. This simplifies the
implementation of custom `pillar_shaft()` methods (#347).
## Features
- `num()` gains `extra_sigfig` argument to automatically show more
significant figures for numbers of the same magnitude with subtle
differences (#97).
- `print.tbl()` and `format.tbl()` support the `max_extra_cols` and
`max_footer_lines` arguments that override the corresponding options
(#360).
- `print.tbl()` and `format.tbl()` maps the now deprecated `n_extra`
argument to `max_extra_cols` for consistency (#360).
## Bug fixes
- Avoid mangling of duplicate column names in footer (#332).
- Fix warning with zero of type `bit64::integer64()` (#319).
## Documentation
- All package options are now documented in `?pillar_options` (#339).
- `obj_sum()` no longer calls `type_sum()` for vectors since pillar
v1.6.1, this is now documented (#321).
- Fix documentation on usage of `vctrs::vec_proxy()` and
`vctrs::vec_restore()` (#322).
## Internal
- Using `attr(exact = TRUE)` everywhere.
- `is_vector_s3()` is no longer generic (#181).
- Fix internal logic around `vec_proxy()` and `vec_restore()` (#316).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/R-pillar/Makefile | 4 | ||||
-rw-r--r-- | misc/R-pillar/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/R-pillar/Makefile b/misc/R-pillar/Makefile index 7c21688337d..048ade722cf 100644 --- a/misc/R-pillar/Makefile +++ b/misc/R-pillar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2021/06/07 15:35:24 mef Exp $ +# $NetBSD: Makefile,v 1.8 2021/09/18 14:19:07 mef Exp $ R_PKGNAME= pillar -R_PKGVER= 1.6.1 +R_PKGVER= 1.6.2 CATEGORIES= misc MAINTAINER= minskim@NetBSD.org diff --git a/misc/R-pillar/distinfo b/misc/R-pillar/distinfo index c7b2a42f3f5..337c4cca087 100644 --- a/misc/R-pillar/distinfo +++ b/misc/R-pillar/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2021/06/06 23:37:31 mef Exp $ +$NetBSD: distinfo,v 1.5 2021/09/18 14:19:07 mef Exp $ -SHA1 (R/pillar_1.6.1.tar.gz) = 0969f1ca7159cb00b623063faa50e9e421efcb1d -RMD160 (R/pillar_1.6.1.tar.gz) = 82d54afb2728b0b26915421d726772564b2fad5e -SHA512 (R/pillar_1.6.1.tar.gz) = f93ca2b1522f12621be241383ed589aadd1240d668d85d848413282c3c4dc5671bdef23dafeeb5613b6aa72ad9e0624289b8cec7cb1156fae25783baf16f2536 -Size (R/pillar_1.6.1.tar.gz) = 1111747 bytes +SHA1 (R/pillar_1.6.2.tar.gz) = f394de5d215ce48fe7f5f192ea3a5d3437dad30e +RMD160 (R/pillar_1.6.2.tar.gz) = 5b2644e5865e0de7d2b5760a8436df0b9e8fd3cc +SHA512 (R/pillar_1.6.2.tar.gz) = 8c62cf4e3c22a944a4236e2cf64a851e251da960d3c8b74157d7292a408eb109cde2ae761eb5cf8fc93dc5884bbd1c15f4cc09c5dba943964111436033669af2 +Size (R/pillar_1.6.2.tar.gz) = 1130321 bytes |