Skip to content

Commit

Permalink
Merge tag 'v1.0-10'
Browse files Browse the repository at this point in the history
- `glimpse()` shows nesting structure for lists (#98).
- `as_data_frame.data.frame()` gains `validate` argument (as in `as_data_frame.list()`), if `TRUE` the input is validated.
- Computation of column width properly handles wide (e.g., Chinese) characters (#100).
- Add comment char `# ` for trailing metadata (#101).
- Restore full package coverage.
- Fixed regression: `stop()` and `warning()` are now always called with `call. = FALSE`.
  • Loading branch information
Kirill Müller committed Jun 20, 2016
2 parents 9fca89e + d994c71 commit 570a061
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 1.0-9
Version: 1.0-10
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# tibble 1.0-10 (2016-06-20)

- `glimpse()` shows nesting structure for lists (#98).
- `as_data_frame.data.frame()` gains `validate` argument (as in `as_data_frame.list()`), if `TRUE` the input is validated.
- Computation of column width properly handles wide (e.g., Chinese) characters (#100).
- Add comment char `# ` for trailing metadata (#101).
- Restore full package coverage.
- Fixed regression: `stop()` and `warning()` are now always called with `call. = FALSE`.


# tibble 1.0-9 (2016-06-16)

- Change formatting of summary line: Begins with hash `#` and contains more text (#95).
Expand Down

0 comments on commit 570a061

Please sign in to comment.