pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-tibble (devel/R-tibble) Updated 3.1.4 to 3.1.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ddc3dbbdf0e
branches:  trunk
changeset: 390918:0ddc3dbbdf0e
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Jan 01 05:38:16 2023 +0000

description:
(devel/R-tibble) Updated 3.1.4 to 3.1.8

# tibble 3.1.8

## Documentation

- Better reporting for error calls from `vec_as_location()` (#1237).

- Mention `median()` in Recovery section of `vignette("numbers")` (#1197).


# tibble 3.1.7

## Breaking change

- `trunc_mat()` now returns a value with a different structure. This
  is considered an implementation detail that can change in the
  future, do not rely on it. The only guarantee is that calling
  `print()` will display the input like a tibble (#1059).

## Documentation

- Avoid listing `dim_desc()` in reexports.
- Add more examples for data frame and matrix columns (#978, #1012).

## Internal

- Require rlang 1.0.1 and pillar 1.7.0 (#1063).
- Prefer `class` over `.subclass` in `rlang::error_cnd()` (#1015, #1060).


# tibble 3.1.6

- `set_num_opts()` and `set_char_opts()` are reexported from pillar (#959).

- `view()` uses `rlang::expr_deparse(width = Inf)` to avoid errors
  with long `|>` pipes (#957).

- `new_tibble()` checks that the `nrow` argument is nonnegative and
  less than 2^31 (#916).

- `tbl_sum.tbl_df()` has an ellipsis in its formals for extensibility.


# tibble 3.1.5

- Avoid necessity to set `"tibble.view_max"` option for lazy tables (#954).

- Avoid blanket import for lifecycle package for compatibility with
  upcoming rlang (#955, @romainfrancois).

diffstat:

 math/R-tibble/Makefile |  6 +++---
 math/R-tibble/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 53855bbc8ff1 -r 0ddc3dbbdf0e math/R-tibble/Makefile
--- a/math/R-tibble/Makefile    Sun Jan 01 05:33:33 2023 +0000
+++ b/math/R-tibble/Makefile    Sun Jan 01 05:38:16 2023 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/01/01 05:24:32 mef Exp $
+# $NetBSD: Makefile,v 1.11 2023/01/01 05:38:16 mef Exp $
 
 R_PKGNAME=     tibble
-R_PKGVER=      3.1.4
+R_PKGVER=      3.1.8
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Simple data frames
@@ -12,7 +12,7 @@
 DEPENDS+=      R-fansi>=0.4.0:../../devel/R-fansi
 DEPENDS+=      R-pkgconfig>=2.0.2:../../devel/R-pkgconfig
 DEPENDS+=      R-rlang>=0.3.0:../../devel/R-rlang
-DEPENDS+=      R-pillar>=1.4.0:../../misc/R-pillar
+DEPENDS+=      R-pillar>=1.7.0:../../misc/R-pillar
 DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 DEPENDS+=      R-magrittr-[0-9]*:../../devel/R-magrittr
 
diff -r 53855bbc8ff1 -r 0ddc3dbbdf0e math/R-tibble/distinfo
--- a/math/R-tibble/distinfo    Sun Jan 01 05:33:33 2023 +0000
+++ b/math/R-tibble/distinfo    Sun Jan 01 05:38:16 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:55:33 nia Exp $
+$NetBSD: distinfo,v 1.7 2023/01/01 05:38:16 mef Exp $
 
-BLAKE2s (R/tibble_3.1.4.tar.gz) = 36a0b57a37a75dd78ed2a65d73b868ba04938d0a32a68eaffa9df536318aad62
-SHA512 (R/tibble_3.1.4.tar.gz) = a66dc2a734b82da304d8e981de7c2a398c81a7cb12f96bf8e52157c4aaea9dd0067eac0b6e4529fc4f9cf9ff7aef7fed29181031e928bb0d82339b22beabed83
-Size (R/tibble_3.1.4.tar.gz) = 737787 bytes
+BLAKE2s (R/tibble_3.1.8.tar.gz) = 38370e84e4ce22d71565d65828492bd8440164b0528b89145d4f03af7f8738c0
+SHA512 (R/tibble_3.1.8.tar.gz) = 6a61d239f6cdd16abfeedb9903ecef30dae8431f077a3c76e017f92a8414ea7dd2e9ce57fce6019a92c4fcbc7bd3a18b1c7bf9520c13d3db8cec4552ee93f205
+Size (R/tibble_3.1.8.tar.gz) = 672336 bytes



Home | Main Index | Thread Index | Old Index