[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/377: gnu: Add r-filehash.
From: |
guix-commits |
Subject: |
125/377: gnu: Add r-filehash. |
Date: |
Sun, 5 Sep 2021 10:07:20 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit b28a60c02c26e815e3e648d62df23db1773cbba6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 26 11:24:20 2021 +0200
gnu: Add r-filehash.
* gnu/packages/cran.scm (r-filehash): New variable.
---
gnu/packages/cran.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 32f3774..890bf64 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31001,3 +31001,28 @@ archaeological contexts. The zoolog package is also
able to seamlessly
integrate data and references with heterogeneous nomenclature, which is
internally managed by a zoolog thesaurus.")
(license license:gpl3)))
+
+(define-public r-filehash
+ (package
+ (name "r-filehash")
+ (version "2.4-2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "filehash" version))
+ (sha256
+ (base32
+ "14zv7h5195dmfksgk8qvjgc2qq8253vga6267aa1bqs5bpvmdl5n"))))
+ (properties `((upstream-name . "filehash")))
+ (build-system r-build-system)
+ (home-page "http://github.com/rdpeng/filehash")
+ (synopsis "Simple key-value database")
+ (description
+ "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.")
+ (license license:gpl2+)))
- 168/377: gnu: emacs-dash: Update to 2.19.1., (continued)
- 168/377: gnu: emacs-dash: Update to 2.19.1., guix-commits, 2021/09/05
- 187/377: build: Distribute tests/go.scm even when the host lacks guile-lib., guix-commits, 2021/09/05
- 180/377: gnu: opencl-clhpp: Update to 2.0.15., guix-commits, 2021/09/05
- 193/377: gnu: bootloader: Support multiple targets., guix-commits, 2021/09/05
- 199/377: gnu: Add python-pyspnego., guix-commits, 2021/09/05
- 201/377: gnu: python-execnet: Update to 1.9.0 and enable tests., guix-commits, 2021/09/05
- 203/377: gnu: python-mock: Update description., guix-commits, 2021/09/05
- 210/377: gnu: Add ansible-core., guix-commits, 2021/09/05
- 215/377: services: Remove i486 qemu target., guix-commits, 2021/09/05
- 88/377: gnu: Add r-ballgown., guix-commits, 2021/09/05
- 125/377: gnu: Add r-filehash.,
guix-commits <=
- 127/377: gnu: Add r-zooimage., guix-commits, 2021/09/05
- 148/377: gnu: Add rust-polars-arrow-0.15., guix-commits, 2021/09/05
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/05
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/05
- 183/377: gnu: ocl-icd: Replace with opencl-icd-loader., guix-commits, 2021/09/05
- 185/377: gnu: python-pytools: Update to 2021.2.7., guix-commits, 2021/09/05
- 190/377: images: pinebook-pro: Fix the agetty baud rate., guix-commits, 2021/09/05
- 211/377: gnu: ansible: Update to 4.4.0., guix-commits, 2021/09/05
- 227/377: services: hurd-vm: Use the new 'targets' field of <bootloader-configuration>., guix-commits, 2021/09/05
- 235/377: gnu: Add python-pybbi., guix-commits, 2021/09/05