Skip to content

Commit

Permalink
Merge tag 'v0.2-2'
Browse files Browse the repository at this point in the history
- `frame_data()` now also creates a list column if one of the entries is a list (#32).
- New `rownames_to_column()` and `column_to_rownames()` functions, replace `add_rownames()` (#11, @zhilongjia).
  • Loading branch information
Kirill Müller committed Mar 8, 2016
2 parents 86b86d1 + ec758a4 commit 67945b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Encoding: UTF-8
Package: tibble
Type: Package
Version: 0.2-1
Version: 0.2-2
Date: 2016-03-08
Title: Simple data frames
Description: Data frames and data sources in "dplyr" style.
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Authors@R: c( person("Hadley", "Wickham", , "[email protected]", role
= "aut"), person("Romain", "Francois", ,
"[email protected]", role = "aut"), person("Kirill",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.2-2 (2016-03-08)
===

- `frame_data()` now also creates a list column if one of the entries is a list (#32).
- New `rownames_to_column()` and `column_to_rownames()` functions, replace `add_rownames()` (#11, @zhilongjia).


Version 0.2-1 (2016-03-08)
===

Expand Down

0 comments on commit 67945b8

Please sign in to comment.