Skip to content

Commit cb68467

Browse files
committed
Bump version to 3.1.3.9003
1 parent 38dcb8f commit cb68467

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tibble
22
Title: Simple Data Frames
3-
Version: 3.1.3.9002
3+
Version: 3.1.3.9003
44
Authors@R:
55
c(person(given = "Kirill",
66
family = "M\u00fcller",

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22

3+
# tibble 3.1.3.9003
4+
5+
- `x[i, j] <- one_row_value` avoids explicit recycling of the right-hand side, the recycling happens implicitly in `vctrs::vec_assign()` for performance (#922).
6+
- Move `vignette("digits")`, `vignette("numbers")`, `?num` and `?char` from the pillar package here (#913).
7+
- Replace `iris` by `trees` (#943).
8+
- Various documentation improvements.
9+
10+
311
# tibble 3.1.3.9002
412

513
- `x[j] <- list(name = value)` uses name repair when new columns are created (#929).

0 commit comments

Comments
 (0)