Package: hash
Type: Package
Title: Implements hash/associated arrays/dictionaries
Version: 0.22
Date: 2009-04-12
Author: Christopher Brown
Maintainer: Christopher Brown <cbrown@opendatagroup.com>
Description: This package implements a data structure using R environments similar to hashes in Perl and dictionaries in Python but with a purposefully R flavor.  
License: GPL(>=2)
LazyLoad: yes
Depends: methods
Collate: hash.R show.R validate-key.R clear.R del.R has-key.R keys.R length.R set.R  values.R get.R 
Packaged: Sun Apr 12 16:12:23 2009; cbrown
