/usr/lib/R/site-library/filehash/DESCRIPTION is in r-cran-filehash 2.4-1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Package: filehash
Version: 2.4-1
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
NeedsCompilation: yes
Packaged: 2017-04-07 16:56:42 UTC; rdpeng
Repository: CRAN
Date/Publication: 2017-04-07 17:39:18 UTC
Built: R 3.4.2; x86_64-pc-linux-gnu; 'Fri, 13 Oct 2017 11:00:45 +0000'; unix
|