Path to this page:
Subject: CVS commit: pkgsrc/math/R-tibble
From: Makoto Fujiwara
Date: 2023-01-01 06:38:16
Message id: 20230101053816.D5CF8FA90@cvs.NetBSD.org
Log Message:
(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).
Files: