[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: |
Thu, 2 Sep 2021 17:55:01 -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+)))
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., (continued)
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/02
- 93/377: gnu: Add emacs-inheritenv., guix-commits, 2021/09/02
- 99/377: gnu: wireshark: Update to 3.4.8., guix-commits, 2021/09/02
- 108/377: gnu: Add r-zoon., guix-commits, 2021/09/02
- 107/377: gnu: Add r-dismo., guix-commits, 2021/09/02
- 100/377: gnu: Add r-zzlite., guix-commits, 2021/09/02
- 145/377: gnu: Add rust-arrow-5., guix-commits, 2021/09/02
- 104/377: gnu: Add r-zscorer., guix-commits, 2021/09/02
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/02
- 122/377: gnu: Add r-zoomgroupstats., guix-commits, 2021/09/02
- 125/377: gnu: Add r-filehash.,
guix-commits <=
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/02
- 135/377: gnu: Add r-webmockr., guix-commits, 2021/09/02
- 139/377: gnu: rust-thiserror-impl-1: Update to 1.0.26., guix-commits, 2021/09/02
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/02
- 141/377: gnu: rust-libc-0.2: Update to 0.2.101., guix-commits, 2021/09/02
- 70/377: gnu: r-structuralvariantannotation: Update to 1.8.2., guix-commits, 2021/09/02
- 72/377: gnu: r-chippeakanno: Update to 3.26.3., guix-commits, 2021/09/02
- 96/377: gnu: emacs-keycast: Update to 1.1.1., guix-commits, 2021/09/02
- 51/377: gnu: r-english: Update to 1.2-6., guix-commits, 2021/09/02
- 74/377: gnu: r-treeio: Update to 1.16.2., guix-commits, 2021/09/02