Skip to content

Commit

Permalink
Merge tag 'v0.3-4'
Browse files Browse the repository at this point in the history
- Renamed `obj_type()` to `obj_sum()`, improvements, better integration with `type_sum()`.
- Add tests.
- Improve documentation and vignette.
- Internal cleanup.
- Improve `[.tbl_df()` error message.
- `frame_data()` returns 0-row but n-col data frame if no data.
- Further cleanup of `repair_names()`.
- Don't trim ws in `repair_names()` (#47).
  • Loading branch information
Kirill Müller committed Mar 18, 2016
2 parents c93ee40 + bfc394f commit 905d052
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tibble
Encoding: UTF-8
Version: 0.3-3
Version: 0.3-4
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 0.3-4 (2016-03-18)
===

- Renamed `obj_type()` to `obj_sum()`, improvements, better integration with `type_sum()`.
- Add tests.
- Improve documentation and vignette.
- Internal cleanup.
- Improve `[.tbl_df()` error message.
- `frame_data()` returns 0-row but n-col data frame if no data.
- Further cleanup of `repair_names()`.
- Don't trim ws in `repair_names()` (#47).


Version 0.3-3 (2016-03-18)
===

Expand Down

0 comments on commit 905d052

Please sign in to comment.