emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57824: closed ([PATCH 1/2] gnu: Add r-spacefillr.)


From: GNU bug Tracking System
Subject: bug#57824: closed ([PATCH 1/2] gnu: Add r-spacefillr.)
Date: Thu, 06 Oct 2022 14:19:02 +0000

Your message dated Thu, 06 Oct 2022 15:17:54 +0100
with message-id <87pmf52fys.fsf@cbaines.net>
and subject line Re: [bug#57824] [PATCH 2/2] gnu: Add r-gldex.
has caused the debbugs.gnu.org bug report #57824,
regarding [PATCH 1/2] gnu: Add r-spacefillr.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57824: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57824
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add r-spacefillr. Date: Thu, 15 Sep 2022 10:41:07 +0200
From: Wiktor Żelazny <wzelazny@vurv.cz>

* gnu/packages/cran.scm (r-spacefillr): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3d90dc2caa..785df056c6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -34410,6 +34410,30 @@ (define-public r-mathjaxr
 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")

base-commit: 839950c4a9925bf3d7108cb8533be37b185fb8bd
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57824] [PATCH 2/2] gnu: Add r-gldex. Date: Thu, 06 Oct 2022 15:17:54 +0100 User-agent: mu4e 1.8.9; emacs 28.1
Wiktor Żelazny <wz@freeshell.de> writes:

> From: Wiktor Żelazny <wzelazny@vurv.cz>
>
> * gnu/packages/cran.scm (r-gldex): New variable.
> ---
>  gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)

Thanks, pushed to master as 5b42b64ea89564c58325d16d3d0f4a0a03ebae0f.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]