File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11Package: tibble
22Title: Simple Data Frames
3- Version: 3.1.2.9000
3+ Version: 3.1.2.9001
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.2.9001
4+
5+ - Use ` pillar::dim_desc() ` (#859 ).
6+ - ` [[<-() ` supports symbols (#893 ).
7+ - ` enframe() ` and ` deframe() ` support arbitrary vectors (#730 ).
8+ - ` tibble() ` and ` tibble_row() ` ignore all columns that evaluate to ` NULL ` , not only those where a verbatim ` NULL ` is passed (#895 , #900 ).
9+ - ` new_tibble() ` is now faster (#901 , @mgirlich ).
10+ - Establish compatibility with testthat > 3.0.3 (#896 , @lionel- ).
11+
12+
313# tibble 3.1.2.9000
414
515- Bump required versions of ellipsis and vctrs to avoid warning during package load.
You can’t perform that action at this time.
0 commit comments