Package: commandr
Title: Command pattern in R
Version: 1.0.1
Author: Michael Lawrence
Depends: methods
Imports: utils
Description: An S4 representation of the Command design pattern. The
  Operation class is a simple implementation using closures and supports
  forward and reverse (undo) evaluation. The more complicated Protocol
  framework represents each type of command (or analytical protocol) by
  a formal S4 class. Commands may be grouped and consecutively executed
  using the Pipeline class. Example use cases include logging, do/undo,
  analysis pipelines, GUI actions, parallel processing, etc.
Maintainer: Tengfei Yin <yintengfei@gmail.com>
License: Artistic-2.0
Packaged: 2014-08-25 18:17:49 UTC; tengfei
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-08-25 20:22:16
Built: R 3.1.1; ; 2014-08-30 19:55:06 UTC; unix
