Skip to content

Commit

Permalink
Merge tag 'v1.0-16'
Browse files Browse the repository at this point in the history
- `as_data_frame()` is S3 generic again (#109).
  • Loading branch information
Kirill Müller committed Jul 1, 2016
2 parents bd395db + 6147914 commit 0cd0379
Show file tree
Hide file tree
Showing 2 changed files with 6 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-15
Version: 1.0-16
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# tibble 1.0-16 (2016-07-01)

- `as_data_frame()` is S3 generic again (#109).


# tibble 1.0-15 (2016-07-01)

- Prefer `tibble()` and `as_tibble()` over `data_frame()` and `as_data_frame()` in code and documentation (#82).
Expand Down

0 comments on commit 0cd0379

Please sign in to comment.