Skip to content

Commit

Permalink
update news and description
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Sep 27, 2015
1 parent cc4cf8e commit 9a8b1d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: rlist
Type: Package
Title: A Toolbox for Non-Tabular Data Manipulation
Version: 0.4.5.1
Version: 0.4.6
Author: Kun Ren <ken@renkun.me>
Maintainer: Kun Ren <ken@renkun.me>
Description: Provides a set of functions for data manipulation with
Expand All @@ -11,7 +11,7 @@ Description: Provides a set of functions for data manipulation with
lists can be chained.
Depends:
R (>= 2.15)
Date: 2015-09-07
Date: 2015-09-27
Suggests:
testthat,
stringdist,
Expand Down
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -3,6 +3,7 @@ Changes since version 0.4
* New features
* `list.ungroup` now supports `level` arguments to `unlist` a nested list recursively. (#102)
* `list.flatten` now accepts `classes` to filter list element recursively by class name.
* `list.expand` implements a list version of `expand.grid` (#107)
* Improvements
* Support loading and parsing from xml to list. (#43)
* `list.search` now uses `is.null` to clean the results.
Expand Down

0 comments on commit 9a8b1d0

Please sign in to comment.