pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/R-pillar



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 18 14:19:07 UTC 2021

Modified Files:
        pkgsrc/misc/R-pillar: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/R-pillar/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/R-pillar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/R-pillar/Makefile
diff -u pkgsrc/misc/R-pillar/Makefile:1.7 pkgsrc/misc/R-pillar/Makefile:1.8
--- pkgsrc/misc/R-pillar/Makefile:1.7   Mon Jun  7 15:35:24 2021
+++ pkgsrc/misc/R-pillar/Makefile       Sat Sep 18 14:19:07 2021
@@ -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@localhost

Index: pkgsrc/misc/R-pillar/distinfo
diff -u pkgsrc/misc/R-pillar/distinfo:1.4 pkgsrc/misc/R-pillar/distinfo:1.5
--- pkgsrc/misc/R-pillar/distinfo:1.4   Sun Jun  6 23:37:31 2021
+++ pkgsrc/misc/R-pillar/distinfo       Sat Sep 18 14:19:07 2021
@@ -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



Home | Main Index | Thread Index | Old Index