Skip to content

Commit

Permalink
Merge tag 'v1.2-12'
Browse files Browse the repository at this point in the history
- Simplify tests for `add_row()` and `add_column()` (#165, #166, @LaDilettante).
- `add_column()` can add columns of length 1 (#162, #164, @LaDilettante).
- Singular and plural variants for error messages that mention a list of objects (#116, #138, @LaDilettante).
  • Loading branch information
krlmlr committed Aug 30, 2016
2 parents 56a3a09 + f0f33ff commit 6d2bb08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: tibble
Encoding: UTF-8
Version: 1.2-11
Version: 1.2-12
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
@@ -1,3 +1,10 @@
## tibble 1.2-12 (2016-08-30)

- Simplify tests for `add_row()` and `add_column()` (#165, #166, @LaDilettante).
- `add_column()` can add columns of length 1 (#162, #164, @LaDilettante).
- Singular and plural variants for error messages that mention a list of objects (#116, #138, @LaDilettante).


## tibble 1.2-11 (2016-08-29)

- Add `as.tibble()` as an alias to `as_tibble()` (#160, @LaDilettante).
Expand Down

0 comments on commit 6d2bb08

Please sign in to comment.