Package: hash
Type: Package
Title: Full feature implementation of hash/associated
        arrays/dictionaries
Version: 3.0.1
Date: 2014-02-24
Author: Christopher Brown
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
URL: https://github.com/decisionpatterns/r-hash
Depends: R (>= 2.14.0), methods, utils
Suggests: testthat
Description: This package implements a data structure similar to dictionaries
    in Python and hashes in Perl and other languages but with a implementation
    and API with an R flavor. For objects of appreciable size, hashes outperform
    native named lists and vectors for lookups. A comprehensive set of functions
    methods and object make hashes flexible and easy to use.
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2014-02-24 08:57:21 UTC; cbrown
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-02-24 10:40:36
Built: R 3.1.0; ; 2014-02-25 11:07:38 UTC; unix
