Skip to content

Commit

Permalink
Remove defaults function
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Mar 2, 2011
1 parent 1607d23 commit dca8b18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ License: MIT
LazyData: true
Collate: 'dimensions.r' 'helper-arrange.r'
'helper-col-wise.r' 'helper-count.r'
'helper-data-frame.r' 'helper-defaults.r'
'helper-each.r' 'helper-match-df.r' 'helper-mutate.r'
'helper-data-frame.r' 'helper-each.r'
'helper-match-df.r' 'helper-mutate.r'
'helper-quick-df.r' 'helper-rename.r'
'helper-round-any.r' 'helper-splat.r'
'helper-strip-splits.r' 'helper-summarise.r'
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export(desc)
export(colwise, numcolwise, catcolwise)
export(count)
export(as.data.frame.function)
export(defaults)
export(each)
export(match_df)
export(mutate)
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Version 1.5 (2011-XX-XX)
------------------------------------------------------------------------------

* removed `defaults` function - this is better implemented as the base
`modifyList` function.

* new `strip_splits` function removes splitting variables from the data frames
returned by `ddply`.

Expand Down
10 changes: 0 additions & 10 deletions R/helper-defaults.r

This file was deleted.

0 comments on commit dca8b18

Please sign in to comment.