[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/112: gnu: Add r-spatstat-random.
From: |
guix-commits |
Subject: |
07/112: gnu: Add r-spatstat-random. |
Date: |
Tue, 15 Mar 2022 15:22:08 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 70c8a412f6f76101c88d4e1bf75f2994c5724bb3
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")
- 89/112: gnu: r-ggdendro: Update to 0.1.23., (continued)
- 89/112: gnu: r-ggdendro: Update to 0.1.23., guix-commits, 2022/03/15
- 94/112: gnu: r-crayon: Update to 1.5.0., guix-commits, 2022/03/15
- 91/112: gnu: r-svglite: Update to 2.1.0., guix-commits, 2022/03/15
- 96/112: gnu: r-dplyr: Update to 1.0.8., guix-commits, 2022/03/15
- 95/112: gnu: r-rlang: Update to 1.0.1., guix-commits, 2022/03/15
- 102/112: gnu: r-doparallel: Update to 1.0.17., guix-commits, 2022/03/15
- 103/112: gnu: r-domc: Update to 1.3.8., guix-commits, 2022/03/15
- 108/112: gnu: r-robust: Update to 0.7-0., guix-commits, 2022/03/15
- 110/112: gnu: r-quantreg: Update to 5.88., guix-commits, 2022/03/15
- 29/112: gnu: r-dosnow: Update to 1.0.20., guix-commits, 2022/03/15
- 07/112: gnu: Add r-spatstat-random.,
guix-commits <=
- 18/112: gnu: r-magic: Update to 1.6-0., guix-commits, 2022/03/15
- 22/112: gnu: r-jomo: Update to 2.7-3., guix-commits, 2022/03/15
- 32/112: gnu: r-insight: Update to 0.16.0., guix-commits, 2022/03/15
- 35/112: gnu: r-gee: Update to 4.13-22., guix-commits, 2022/03/15
- 49/112: gnu: r-brobdingnag: Update to 1.2-7., guix-commits, 2022/03/15
- 56/112: gnu: r-xgboost: Update to 1.5.2.1., guix-commits, 2022/03/15
- 57/112: gnu: r-systemfonts: Update to 1.0.4., guix-commits, 2022/03/15
- 70/112: gnu: r-spatstat-geom: Update to 2.3-2., guix-commits, 2022/03/15
- 73/112: gnu: r-spatstat: Update to 2.3-3., guix-commits, 2022/03/15
- 77/112: gnu: r-scattermore: Update to 0.8., guix-commits, 2022/03/15