Package: filehash Version: 2.4-6 Depends: R (>= 3.0.0) Imports: digest, 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 Maintainer: Roger D. Peng 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: https://github.com/rdpeng/filehash RoxygenNote: 7.3.1 Encoding: UTF-8 Repository: https://rdpeng.r-universe.dev Date/Publication: 2024-06-25 13:58:26 UTC RemoteUrl: https://github.com/rdpeng/filehash RemoteRef: HEAD RemoteSha: b528e5a0b20b97b513c212ff66d772908703c6d5 NeedsCompilation: yes Packaged: 2026-06-24 10:18:41 UTC; root