[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: Add r-spacefillr.
From: |
guix-commits |
Subject: |
06/11: gnu: Add r-spacefillr. |
Date: |
Thu, 6 Oct 2022 10:11:02 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 53eea4d6570037e6168cbb0fbd8e295874f0759a
Author: Wiktor Żelazny <wzelazny@vurv.cz>
AuthorDate: Thu Sep 15 10:41:07 2022 +0200
gnu: Add r-spacefillr.
* gnu/packages/cran.scm (r-spacefillr): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6a561473fc..709259ea5e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34733,6 +34733,30 @@ analyses.")
for rendering equations in the HTML help files.")
(license (list license:asl2.0 license:gpl3))))
+(define-public r-spacefillr
+ (package
+ (name "r-spacefillr")
+ (version "0.3.0")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "spacefillr" version))
+ (sha256
+ (base32
+ "0c4yasc1zizjmhd2ciyz86lg76fsrxvl19yjkb2fmkda9rmnc0bf"))))
+ (properties `((upstream-name . "spacefillr")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-rcpp))
+ (home-page "https://github.com/tylermorganwall/spacefillr")
+ (synopsis "Space-Filling Random and Quasi-Random Sequences")
+ (description
+ "@code{spacefillr} enables generation of random and quasi-random
+space-filling sequences. It supports the following sequences: Halton, Sobol,
+Owen-scrambled Sobol, Owen-scrambled Sobol with errors distributed as blue
+noise, progressive jittered, progressive multi-jittered (PMJ), PMJ with blue
+noise, PMJ02, and PMJ02 with blue noise. The package also includes a C++
+API.")
+ (license license:expat)))
+
(define-public r-spacetime
(package
(name "r-spacetime")
- branch master updated (b86867417f -> 5b42b64ea8), guix-commits, 2022/10/06
- 07/11: gnu: Add r-gldex., guix-commits, 2022/10/06
- 10/11: gnu: Add waybar-cpu-histogram., guix-commits, 2022/10/06
- 03/11: gnu: Add rust-os-pipe-0.8., guix-commits, 2022/10/06
- 02/11: gnu: Add rust-greetd-ipc-0.8., guix-commits, 2022/10/06
- 09/11: gnu: libdaemon: Fix targeting riscv64., guix-commits, 2022/10/06
- 04/11: gnu: Add wlgreet., guix-commits, 2022/10/06
- 08/11: gnu: Add discregrid., guix-commits, 2022/10/06
- 01/11: gnu: plink: Change origin URL., guix-commits, 2022/10/06
- 05/11: gnu: Add cpass., guix-commits, 2022/10/06
- 06/11: gnu: Add r-spacefillr.,
guix-commits <=
- 11/11: doc: Fix missing package name., guix-commits, 2022/10/06