Last data update: 2014.03.03

hash

Package: hash
Type: Package
Title: Full feature implementation of hash/associated
arrays/dictionaries
Version: 2.2.6
Date: 2013-02-20
Author: Christopher Brown
Maintainer: Christopher Brown <chris.brown@decisionpatterns.com>
Depends: R (>= 2.12.0), methods, utils
Suggests: testthat
Description: This package implements a data structure similar to hashes
in Perl and dictionaries in Python but with a purposefully R
flavor. For objects of appreciable size, access using hashes
outperforms native named lists and vectors.
License: GPL (>= 2)
LazyLoad: yes
Packaged: 2013-02-21 02:15:58 UTC; cbrown
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-02-21 07:52:57

● 0 images, 16 functions, 0 datasets
Reverse Depends: 8

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'hash' ...
** package 'hash' successfully unpacked and MD5 sums checked
** R
** demo
** preparing package for lazy loading
Creating a generic function for 'format' from package 'base' in package 'hash'
** help
*** installing help indices
  converting help for package 'hash'
    finding HTML links ... done
    clear                                   html  
    copy                                    html  
    del                                     html  
    format                                  html  
    has-key                                 html  
    hash-accessors                          html  
    hash-class                              html  
    hash-package                            html  
    hash                                    html  
    invert                                  html  
    is.empty                                html  
    keys                                    html  
    length                                  html  
    make.keys                               html  
    set                                     html  
    values                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (hash)
Making 'packages.html' ... done