Skip to content

Commit

Permalink
Merge tag 'v1.0-2'
Browse files Browse the repository at this point in the history
- Add missing test from dplyr.
- `type_sum()` shows only topmost class for S3 objects.
- Enhance `knit_print()` tests.
- Use new `expect_output_file()` from `testthat`.
- Two-dimensional indexing with `[[` works (#58, #63).
  • Loading branch information
Kirill Müller committed May 7, 2016
2 parents 790e995 + 47463ce commit ce37ae5
Show file tree
Hide file tree
Showing 2 changed files with 10 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-1
Version: 1.0-2
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# tibble 1.0-2 (2016-05-06)

- Add missing test from dplyr.
- `type_sum()` shows only topmost class for S3 objects.
- Enhance `knit_print()` tests.
- Use new `expect_output_file()` from `testthat`.
- Two-dimensional indexing with `[[` works (#58, #63).


# tibble 1.0-1 (2016-03-30)

- Document behavior of `as_data_frame.tbl_df()` for subclasses (#60).
Expand Down

0 comments on commit ce37ae5

Please sign in to comment.