Skip to content

Commit

Permalink
Bump version and tweak news
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Mar 14, 2014
1 parent f6a3f4d commit 1afefd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dplyr
Type: Package
Title: dplyr: a grammar of data manipulation
Version: 0.1.2.0.99
Version: 0.1.3
Author: Hadley Wickham <[email protected]>,
Romain Francois <[email protected]>
Maintainer: Hadley Wickham <[email protected]>
Expand Down
17 changes: 9 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# dplyr 0.1.2.0.99
# dplyr 0.1.3

## Bug fixes

* `select()` renames columns in a data table (#284).
* `select()` actually renames columns in a data table (#284).

* `rbind_all()` and `rbind_list()` did not handle missing values in factors (#279).
* `rbind_all()` and `rbind_list()` now handle missing values in factors (#279).

* SQL joins now work better if names duplicated in both x and y tables (#310).
* SQL joins now work better if names duplicated in both x and y tables (#310).

* Correctly builds against Rcpp 0.11.1
* Builds against Rcpp 0.11.1

* `select` correctly treats the vars attribute (#309).
* `select()` correctly works with the vars attribute (#309).

* internal code is stricter when deciding if a data frame is grouped (#308).
* Internal code is stricter when deciding if a data frame is grouped (#308):
this avoids a number of situations which previously causedd .

* JoinFactorVisitor correctly treats NA in factors (#306).
* More data frame joins work with missing values in keys (#306).

# dplyr 0.1.2

Expand Down

0 comments on commit 1afefd9

Please sign in to comment.