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:           Fri Jun  2 12:39:11 UTC 2023

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

Log Message:
(misc/R-pillar) Updated 1.8.1 to 1.9.0

# pillar 1.9.0

## Features

- Math operations on `num()` objects no longer perform type
  checks. This allows, e.g., multiplying a `num()` with a logical
  (#630, #632).

## Printing

- The Default For The `Pillar.Min_Title_Chars` Option Has been bumped
  up to 20 characters so that title truncuation only affects very long
  variables. Use `options(pillar.min_title_chars = 5)` to reset to the
  previous default (#582, #620).

- Use info bullets to format details (#582, #617, #627, #635).

## Breaking changes

- `colonnade()`, `extra_cols()` and `squeeze()` are now
  hard-deprecated (#272, #374, #631).

## Bug fixes

- Show `colnames()` hint only when needed (tidyverse/tibble#1488, #622).

- Fix printing of very small numbers (#615, #619).

- Shortened list columns are also shown with a subtle style (#628, #634).

- Avoid warning with S4 character classes (tidyverse/tibble#1367, #625).

- Fix method consistency, checked by R-devel (#633).

## Documentation

- Polish `?pillar_options` (#583).

- Fix typo & missing quote in digits vignette stub (@gavinsimpson, #629).

## Internal

- Require vctrs >= 0.5.0


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/R-pillar/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/misc/R-pillar/Makefile:1.10
--- pkgsrc/misc/R-pillar/Makefile:1.9   Sun Jan  1 05:33:24 2023
+++ pkgsrc/misc/R-pillar/Makefile       Fri Jun  2 12:39:11 2023
@@ -1,20 +1,19 @@
-# $NetBSD: Makefile,v 1.9 2023/01/01 05:33:24 mef Exp $
+# $NetBSD: Makefile,v 1.10 2023/06/02 12:39:11 mef Exp $
 
 R_PKGNAME=     pillar
-R_PKGVER=      1.8.1
+R_PKGVER=      1.9.0
 CATEGORIES=    misc
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Coloured formatting for columns
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
+DEPENDS+=      R-cli>=2.3.0:../../devel/R-cli
 DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
 DEPENDS+=      R-fansi>=0.4.0:../../devel/R-fansi
 DEPENDS+=      R-rlang>=0.3.0:../../devel/R-rlang
-DEPENDS+=      R-vctrs>=0.2.0:../../math/R-vctrs
+DEPENDS+=      R-vctrs>=0.5.0:../../math/R-vctrs
 DEPENDS+=      R-utf8>=1.1.0:../../textproc/R-utf8
-DEPENDS+=      R-utf8>=1.1.3:../../textproc/R-utf8
 DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 
 # Packages suggested but not available:

Index: pkgsrc/misc/R-pillar/distinfo
diff -u pkgsrc/misc/R-pillar/distinfo:1.8 pkgsrc/misc/R-pillar/distinfo:1.9
--- pkgsrc/misc/R-pillar/distinfo:1.8   Sun Jan  1 05:33:24 2023
+++ pkgsrc/misc/R-pillar/distinfo       Fri Jun  2 12:39:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/01/01 05:33:24 mef Exp $
+$NetBSD: distinfo,v 1.9 2023/06/02 12:39:11 mef Exp $
 
-BLAKE2s (R/pillar_1.8.1.tar.gz) = b30a42e41212a19c23e37d69e7dbc4404f5b0d6182025f238969edd4f5961b28
-SHA512 (R/pillar_1.8.1.tar.gz) = 797926a47ead19293945e1068288a49ee43ed157b3385098a9b6349f6f63e8a39d7b787ee1458ea55e2379be3dbfda9e864294bfd043f14b4ecf7229e7b0211a
-Size (R/pillar_1.8.1.tar.gz) = 479977 bytes
+BLAKE2s (R/pillar_1.9.0.tar.gz) = 00ab85daf61a113cd53996cb8761d770ab9cd2f131aeb8c02dde632b857fd19e
+SHA512 (R/pillar_1.9.0.tar.gz) = 3f3e37e39fb677d0a9792c4ee7b5d6701288b7ad09ed7f2cb74a7a91372550e985de3f18e59d439dc6242354bc10c6be8ac04fe3a95ffd6e5b951150a420ceb0
+Size (R/pillar_1.9.0.tar.gz) = 444528 bytes



Home | Main Index | Thread Index | Old Index