guix-commits
[Top][All Lists]
Advanced

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

01/139: gnu: Add r-spatstat-univar.


From: guix-commits
Subject: 01/139: gnu: Add r-spatstat-univar.
Date: Sat, 17 Aug 2024 15:56:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 29068d3b70e3094f1b3465fdae2bb786ffcc1f9b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 16 15:46:25 2024 +0200

    gnu: Add r-spatstat-univar.
    
    * gnu/packages/cran.scm (r-spatstat-univar): New variable.
    
    Change-Id: I51a7563c84be43a3416e9517242802a5de1c0c9c
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 32ee25e1ae..57e6ddc29e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35572,6 +35572,30 @@ tests for covariate effects (Cox-Berman-Waller-Lawson,
 Kolmogorov-Smirnov, ANOVA) are also supported.")
     (license license:gpl2+)))
 
+(define-public r-spatstat-univar
+  (package
+    (name "r-spatstat-univar")
+    (version "3.0-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "spatstat.univar" version))
+       (sha256
+        (base32 "0wa7zys089sym8f16rg4dih81miv34rj8mph0w926cpckcfm1g00"))))
+    (properties `((upstream-name . "spatstat.univar")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-spatstat-utils))
+    (home-page "https://www.spatstat.org/";)
+    (synopsis
+     "One-dimensional probability distribution support for spatstat")
+    (description
+     "This is a package for estimation of one-dimensional probability
+distributions including kernel density estimation, weighted empirical
+cumulative distribution functions, Kaplan-Meier and reduced-sample estimators
+for right-censored data, heat kernels, kernel properties, quantiles and
+integration.")
+    (license license:gpl2+)))
+
 (define-public r-spatstat-utils
   (package
     (name "r-spatstat-utils")



reply via email to

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