[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/111: gnu: Add r-spatstat-random.
From: |
guix-commits |
Subject: |
07/111: gnu: Add r-spatstat-random. |
Date: |
Mon, 14 Mar 2022 02:25:07 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 35337ac7f6d9b7c97cdf67d9d4aaf48b5fce25d5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 22:59:33 2022 +0100
gnu: Add r-spatstat-random.
* gnu/packages/cran.scm (r-spatstat-random): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e56db0b9dc..094bb70341 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27017,6 +27017,34 @@ user-level code from spatstat, except for the code for
linear networks.")
for spatial data on a linear network.")
(license license:gpl2+)))
+(define-public r-spatstat-random
+ (package
+ (name "r-spatstat-random")
+ (version "2.1-0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "spatstat.random" version))
+ (sha256
+ (base32 "0ggzl64iqf7b6n81ga66wb01sm4rmzrbimv2pmgy047mjnqsnpq4"))))
+ (properties `((upstream-name . "spatstat.random")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-spatstat-data r-spatstat-geom r-spatstat-utils))
+ (home-page "http://spatstat.org/")
+ (synopsis "Random Generation Functionality for the 'spatstat' Family")
+ (description
+ "This package provides functionality for random generation of spatial
+data in the spatstat family of packages. It generates random spatial patterns
+of points according to many simple rules (complete spatial randomness,
+Poisson, binomial, random grid, systematic, cell), randomised alteration of
+patterns (thinning, random shift, jittering), simulated realisations of random
+point processes (simple sequential inhibition, Matern inhibition models,
+Matern cluster process, Neyman-Scott cluster processes, log-Gaussian Cox
+processes, product shot noise cluster processes) and simulation of Gibbs point
+processes (Metropolis-Hastings birth-death-shift algorithm, alternating Gibbs
+sampler).")
+ (license license:gpl2+)))
+
(define-public r-spatstat
(package
(name "r-spatstat")
- branch wip-r created (now 707baea6b9), guix-commits, 2022/03/14
- 02/111: gnu: apache-arrow: Update to 7.0.0., guix-commits, 2022/03/14
- 09/111: gnu: r-v8: Update to 4.1.0., guix-commits, 2022/03/14
- 04/111: gnu: python-pytorch-for-r-torch: Reuse python-pytorch., guix-commits, 2022/03/14
- 07/111: gnu: Add r-spatstat-random.,
guix-commits <=
- 01/111: gnu: r-shinyjqui: Update to 0.4.1., guix-commits, 2022/03/14
- 05/111: gnu: liblantern: Update to 0.7.0., guix-commits, 2022/03/14
- 12/111: gnu: r-jsonlite: Update to 1.8.0., guix-commits, 2022/03/14
- 13/111: gnu: r-colorspace: Update to 2.0-3., guix-commits, 2022/03/14
- 14/111: gnu: r-glue: Update to 1.6.2., guix-commits, 2022/03/14
- 16/111: gnu: r-circlize: Update to 0.4.14., guix-commits, 2022/03/14
- 17/111: gnu: r-cvst: Update to 0.2-3., guix-commits, 2022/03/14
- 19/111: gnu: r-gower: Update to 1.0.0., guix-commits, 2022/03/14
- 22/111: gnu: r-jomo: Update to 2.7-3., guix-commits, 2022/03/14
- 30/111: gnu: r-fst: Update to 0.9.8., guix-commits, 2022/03/14