Skip to content

Commit

Permalink
Merge tag 'v1.0-5'
Browse files Browse the repository at this point in the history
- Indicate presence of row names by a star in printed output (#72).
- Warn if setting non-`NULL` row names (#75).
- `has_rownames()` supports arguments that are not data frames.
- Converting a tibble without row names to a regular data frame does not add explicit row names.
  • Loading branch information
Kirill Müller committed May 12, 2016
2 parents 4b144c0 + 0b3049b commit 9040a60
Show file tree
Hide file tree
Showing 2 changed files with 9 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-4
Version: 1.0-5
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# tibble 1.0-5 (2016-05-12)

- Indicate presence of row names by a star in printed output (#72).
- Warn if setting non-`NULL` row names (#75).
- `has_rownames()` supports arguments that are not data frames.
- Converting a tibble without row names to a regular data frame does not add explicit row names.


# tibble 1.0-4 (2016-05-11)

- New `enframe()` that converts vectors to two-column tibbles (#31, #74).
Expand Down

0 comments on commit 9040a60

Please sign in to comment.