Skip to content

Commit

Permalink
Merge tag 'v1.0-6'
Browse files Browse the repository at this point in the history
- Reworked output: More concise summary, removed empty line, showing number of hidden rows and columns (#51).
- Link to the package documentation from the `tibble` help page (#82).
- Don't rely on `knitr` internals for testing (#78).
  • Loading branch information
Kirill Müller committed Jun 13, 2016
2 parents dbd103d + a1110ad commit 1670945
Show file tree
Hide file tree
Showing 2 changed files with 8 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-5
Version: 1.0-6
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# tibble 1.0-6 (2016-06-13)

- Reworked output: More concise summary, removed empty line, showing number of hidden rows and columns (#51).
- Link to the package documentation from the `tibble` help page (#82).
- Don't rely on `knitr` internals for testing (#78).


# tibble 1.0-5 (2016-05-12)

- Indicate presence of row names by a star in printed output (#72).
Expand Down

0 comments on commit 1670945

Please sign in to comment.