[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/111: gnu: Add r-fstcore.
From: |
guix-commits |
Subject: |
08/111: gnu: Add r-fstcore. |
Date: |
Mon, 14 Mar 2022 02:25:08 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit b023cb80d6742a80e2e895e2730f707372b1b4a8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:00:04 2022 +0100
gnu: Add r-fstcore.
* gnu/packages/cran.scm (r-fstcore): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 094bb70341..fbab934063 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8038,6 +8038,27 @@ promises, but with a syntax that is idiomatic R.")
using the @code{snow} package.")
(license license:gpl2)))
+(define-public r-fstcore
+ (package
+ (name "r-fstcore")
+ (version "0.9.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "fstcore" version))
+ (sha256
+ (base32 "1qicjwsm87wgjm5mxrsgi697fmcfz6wyqcxfgngwxrf8kq4awjsf"))))
+ (properties `((upstream-name . "fstcore")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-rcpp))
+ (home-page "https://www.fstpackage.org/fstcore/")
+ (synopsis "R bindings to the fstlib library")
+ (description
+ "The fstlib library provides multithreaded serialization of compressed
+data frames using the fst format. The fst format allows for random access of
+stored data and compression with the LZ4 and ZSTD compressors.")
+ (license license:mpl2.0)))
+
(define-public r-fst
(package
(name "r-fst")
- 21/111: gnu: r-recipes: Update to 0.2.0., (continued)
- 21/111: gnu: r-recipes: Update to 0.2.0., guix-commits, 2022/03/14
- 36/111: gnu: r-mvabund: Update to 4.2.1., guix-commits, 2022/03/14
- 39/111: gnu: r-admisc: Update to 0.24., guix-commits, 2022/03/14
- 43/111: gnu: r-rnexml: Update to 2.4.6., guix-commits, 2022/03/14
- 48/111: gnu: r-sets: Update to 1.0-21., guix-commits, 2022/03/14
- 51/111: gnu: r-sf: Update to 1.0-6., guix-commits, 2022/03/14
- 03/111: gnu: r-leaflet: Update to 2.1.0., guix-commits, 2022/03/14
- 06/111: gnu: r-torch: Update to 0.7.0., guix-commits, 2022/03/14
- 10/111: gnu: r-clipr: Update to 0.8.0., guix-commits, 2022/03/14
- 11/111: gnu: r-ashr: Update to 2.2-54., guix-commits, 2022/03/14
- 08/111: gnu: Add r-fstcore.,
guix-commits <=
- 15/111: gnu: r-rcppthread: Update to 2.0.2., guix-commits, 2022/03/14
- 18/111: gnu: r-magic: Update to 1.6-0., guix-commits, 2022/03/14
- 23/111: gnu: r-cli: Update to 3.2.0., guix-commits, 2022/03/14
- 25/111: gnu: r-seriation: Update to 1.3.2., guix-commits, 2022/03/14
- 24/111: gnu: r-tsp: Update to 1.2-0., guix-commits, 2022/03/14
- 26/111: gnu: r-pillar: Update to 1.7.0., guix-commits, 2022/03/14
- 27/111: gnu: r-tinytex: Update to 0.37., guix-commits, 2022/03/14
- 28/111: gnu: r-parsedate: Update to 1.3.0., guix-commits, 2022/03/14
- 29/111: gnu: r-dosnow: Update to 1.0.20., guix-commits, 2022/03/14
- 33/111: gnu: r-doby: Update to 4.6.12., guix-commits, 2022/03/14