Last data update: 2014.03.03

filehash

Package: filehash
Date: 2015-08-12
Version: 2.3
Depends: R (>= 3.0.0), methods
Collate: filehash.R filehash-DB1.R filehash-RDS.R coerce.R dump.R
hash.R queue.R stack.R zzz.R
Title: Simple Key-Value Database
Author: Roger D. Peng <rdpeng@jhu.edu>
Maintainer: Roger D. Peng <rdpeng@jhu.edu>
Description: Implements a simple key-value style database where character string keys
are associated with data values that are stored on the disk. A simple interface is provided for inserting,
retrieving, and deleting data from the database. Utilities are provided that allow 'filehash' databases to be
treated much like environments and lists are already used in R. These utilities are provided to encourage
interactive and exploratory analysis on large datasets. Three different file formats for representing the
database are currently available and new formats can easily be incorporated by third parties for use in the
'filehash' framework.
License: GPL (>= 2)
URL: http://github.com/rdpeng/filehash
Packaged: 2015-08-12 14:57:00 UTC; rdpeng
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-08-16 07:30:57

● 0 images, 11 functions, 0 datasets
Reverse Depends: 2

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'filehash' ...
** package 'filehash' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c hash.c -o hash.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lockfile.c -o lockfile.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c readKeyMap.c -o readKeyMap.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c sha1.c -o sha1.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o filehash.so hash.o lockfile.o readKeyMap.o sha1.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/filehash/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'filehash'
    finding HTML links ... done
    createQ                                 html  
    createS                                 html  
    db2env                                  html  
    dbInit                                  html  
    dump                                    html  
    filehash-class                          html  
    filehashFormats                         html  
    filehashOption                          html  
    push                                    html  
    queue-class                             html  
    stack-class                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (filehash)
Making 'packages.html' ... done