r-filehash
Simple key-value database
This package 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.
- Versions: 2.4-6
- Website: http://github.com/rdpeng/filehash
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-filehash
as follows:
guix install r-filehash
Or install a particular version:
guix install r-filehash@2.4-6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-filehash about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-filehash'><img src='https://packages.guix.gnu.org/packages/r-filehash/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-filehash)
Example Org:
[[https://packages.guix.gnu.org/packages/r-filehash][https://packages.guix.gnu.org/packages/r-filehash/badges/latest-version.svg]]