Skip to content

Commit 9e1e32f

Browse files
committed
Bump version to 3.1.3.9002
1 parent 45bccc8 commit 9e1e32f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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.9001
3+
Version: 3.1.3.9002
44
Authors@R:
55
c(person(given = "Kirill",
66
family = "M\u00fcller",

NEWS.md

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

3+
# tibble 3.1.3.9002
4+
5+
- `x[j] <- list(name = value)` uses name repair when new columns are created (#929).
6+
- `as.data.frame.tbl_df()` strips inner column names (#837).
7+
- New `?tibble_options` help page (#912).
8+
- Vignettes are now tested with a snapshot test (#919).
9+
- `new_tibble()` allows omitting the `nrow` argument again (#781).
10+
- `new_tibble()` uses `vctrs::new_data_frame()` internally (#726, @DavisVaughan).
11+
- `enframe()` no longer works for data frames.
12+
13+
314
# tibble 3.1.3.9001
415

516
- Adapt to pillar 1.6.2.

0 commit comments

Comments
 (0)