File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Package: tibble
22Title: Simple Data Frames
3- Version: 3.1.3.9001
3+ Version: 3.1.3.9002
44Authors@R:
55 c(person(given = "Kirill",
66 family = "M\u00fcller",
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments