[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
80/86: gnu: r-e1071: Update to 1.7-6.
From: |
guix-commits |
Subject: |
80/86: gnu: r-e1071: Update to 1.7-6. |
Date: |
Wed, 7 Apr 2021 21:22:17 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9493b3e9a717ad559a4b067e93f7f07316668219
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:53:51 2021 +0200
gnu: r-e1071: Update to 1.7-6.
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-6.
[propagated-inputs]: Add r-proxy.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a127a33..06a5566 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3402,17 +3402,18 @@ Stochastic Neighbor Embedding using a Barnes-Hut
implementation.")
(define-public r-e1071
(package
(name "r-e1071")
- (version "1.7-4")
+ (version "1.7-6")
(source
(origin
(method url-fetch)
(uri (cran-uri "e1071" version))
(sha256
(base32
- "02935xcscjhb0jmnvh44hxlpjcgladrcr0gpz1jxq07m0qdqgaz6"))))
+ "0blfnv3m5k5xm9bfx1v5awvagqlhqaqpabrvzplf4244c3j259qa"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-class" ,r-class)))
+ `(("r-class" ,r-class)
+ ("r-proxy" ,r-proxy)))
(home-page "https://cran.r-project.org/web/packages/e1071")
(synopsis "Miscellaneous functions for probability theory")
(description
- 70/86: gnu: r-bbotk: Update to 0.3.2., (continued)
- 70/86: gnu: r-bbotk: Update to 0.3.2., guix-commits, 2021/04/07
- 77/86: gnu: r-catools: Update to 1.18.2., guix-commits, 2021/04/07
- 83/86: etc/committer: Handle package additions., guix-commits, 2021/04/07
- 65/86: gnu: r-altmeta: Update to 3.3., guix-commits, 2021/04/07
- 78/86: gnu: r-rsqlite: Update to 2.2.5., guix-commits, 2021/04/07
- 84/86: etc/committer: Define delay duration as a variable., guix-commits, 2021/04/07
- 82/86: gnu: r-sn: Update to 2.0.0., guix-commits, 2021/04/07
- 69/86: gnu: r-mlr3learners: Update to 0.4.5., guix-commits, 2021/04/07
- 61/86: gnu: r-muhaz: Update to 1.2.6.3., guix-commits, 2021/04/07
- 71/86: gnu: r-textshaping: Update to 0.3.3., guix-commits, 2021/04/07
- 80/86: gnu: r-e1071: Update to 1.7-6.,
guix-commits <=
- 81/86: gnu: r-sfsmisc: Update to 1.1-10., guix-commits, 2021/04/07
- 68/86: gnu: r-mlr3misc: Update to 0.8.0., guix-commits, 2021/04/07
- 85/86: etc/committer: Record minimal context for hunks to avoid problems., guix-commits, 2021/04/07
- 75/86: gnu: r-survival: Update to 3.2-10., guix-commits, 2021/04/07