Skip to content

Commit

Permalink
permute requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
allenday committed Dec 26, 2014
1 parent 9ce88db commit da2114e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Storm/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Author: Allen Day
Maintainer: Allen Day <[email protected]>
License: GPL (>= 2)
LazyLoad: yes
Depends: R (>= 2.1.0), methods, rjson
Depends: R (>= 2.1.0), methods, permute, rjson
Description: Storm is a distributed real-time computation system. Similar to how
Hadoop provides a set of general primitives for doing batch processing, Storm
provides a set of general primitives for doing real-time computation.
Expand Down
3 changes: 2 additions & 1 deletion Storm/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import("rjson")
import("methods")
import("permute")
import("rjson")
export(Storm, Tuple)

0 comments on commit da2114e

Please sign in to comment.