We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec708fa commit ac59703Copy full SHA for ac59703
NEWS.md
@@ -3,8 +3,9 @@
3
# tibble 3.1.6
4
5
- `set_num_opts()` and `set_char_opts()` are reexported from pillar (#959).
6
-- `view()` uses `rlang::lxpr_deparse(width = Inf)` to avoid errors with long `|>` pipes (#957).
+- `view()` uses `rlang::expr_deparse(width = Inf)` to avoid errors with long `|>` pipes (#957).
7
- `new_tibble()` checks that the `nrow` argument is nonnegative and less than 2^31 (#916).
8
+- `tbl_sum.tbl_df()` has an ellipsis in its formals for extensibility.
9
10
11
# tibble 3.1.5
0 commit comments