[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26095: [PATCH 14/17] gnu: Add r-spatial.
From: |
Ricardo Wurmus |
Subject: |
bug#26095: [PATCH 14/17] gnu: Add r-spatial. |
Date: |
Tue, 14 Mar 2017 10:02:53 +0100 |
* gnu/packages/statistics.scm (r-spatial): New variable.
---
gnu/packages/statistics.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 8780027d3..b338efcda 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -491,6 +491,26 @@ single hidden layer, and for multinomial log-linear
models.")
classification, regression and survival trees.")
(license (list license:gpl2+ license:gpl3+))))
+(define-public r-spatial
+ (package
+ (name "r-spatial")
+ (version "7.3-11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "spatial" version))
+ (sha256
+ (base32
+ "04aw8j533sn63ybyrf4hyhrqm4058vfcb7yhjy07kq92mk94hi32"))))
+ (build-system r-build-system)
+ (home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
+ (synopsis "Functions for kriging and point pattern analysis")
+ (description
+ "This package provides functions for kriging and point pattern
+analysis.")
+ ;; Either version may be picked.
+ (license (list license:gpl2 license:gpl3))))
+
(define-public r-bit
(package
(name "r-bit")
--
2.12.0
- bug#26095: [PATCH 02/17] gnu: Add r-mass., (continued)
- bug#26095: [PATCH 02/17] gnu: Add r-mass., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 05/17] gnu: Add r-codetools., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 09/17] gnu: r-matrix: Move to set of recommended R packages., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 08/17] gnu: r-lattice: Move to other recommended R packages., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 11/17] gnu: r-mgcv: Move to set of recommended R packages., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 12/17] gnu: r-nnet: Move to set of recommended R packages., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 07/17] gnu: Add r-kernsmooth., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 10/17] gnu: Add r-nlme., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 13/17] gnu: r-rpart: Move to the set of recommended packages., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 17/17] gnu: Add r-with-recommended-packages., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 14/17] gnu: Add r-spatial.,
Ricardo Wurmus <=
- bug#26095: [PATCH 04/17] gnu: Add r-cluster., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 15/17] gnu: r-survival: Move to set of recommended R packages., Ricardo Wurmus, 2017/03/14
- bug#26095: [PATCH 16/17] gnu: r: Do not build recommended packages., Ricardo Wurmus, 2017/03/14
- bug#26095: R: do not build recommended packages, Leo Famulari, 2017/03/15
- bug#26095: R: do not build recommended packages, Ben Woodcroft, 2017/03/15