forked from rdpeng/filehash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
17 lines (17 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: filehash
Version: 2.4-99
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 <[email protected]>, Stephan Struckmann <[email protected]>
Maintainer: Roger D. Peng <[email protected]>
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