[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/93: gnu: r-feature: Update to 1.2.14.
From: |
guix-commits |
Subject: |
37/93: gnu: r-feature: Update to 1.2.14. |
Date: |
Sat, 31 Oct 2020 08:46:11 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a40c6998e1d64170b792c26967fba558b3d9ef5c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:42:34 2020 +0100
gnu: r-feature: Update to 1.2.14.
* gnu/packages/cran.scm (r-feature): Update to 1.2.14.
[propagated-inputs]: Remove r-misc3d and r-rgl.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2cd8ef3..bf4d412 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10231,19 +10231,19 @@ hypothesis testing.")
(define-public r-feature
(package
(name "r-feature")
- (version "1.2.13")
+ (version "1.2.14")
(source
(origin
(method url-fetch)
(uri (cran-uri "feature" version))
(sha256
(base32
- "07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
+ "1c12rny9nx8dynzxbcf49h76a7wlmsk1m131wh0jiyqx3c3y41y1"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-ks" ,r-ks)
- ("r-misc3d" ,r-misc3d)
- ("r-rgl" ,r-rgl)))
+ `(("r-ks" ,r-ks)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "http://www.mvstat.net/tduong/")
(synopsis "Inferential feature significance for kernel density estimation")
(description
- 36/93: gnu: r-lmertest: Update to 3.1-3., (continued)
- 36/93: gnu: r-lmertest: Update to 3.1-3., guix-commits, 2020/10/31
- 04/93: gnu: r-ecp: Update to 3.1.3., guix-commits, 2020/10/31
- 14/93: gnu: r-recipes: Update to 0.1.14., guix-commits, 2020/10/31
- 07/93: gnu: r-partykit: Update to 1.2-10., guix-commits, 2020/10/31
- 03/93: gnu: r-clipr: Update to 0.7.1., guix-commits, 2020/10/31
- 11/93: gnu: r-sp: Update to 1.4-4., guix-commits, 2020/10/31
- 10/93: gnu: r-ff: Update to 4.0.4., guix-commits, 2020/10/31
- 20/93: gnu: r-openxlsx: Update to 4.2.3., guix-commits, 2020/10/31
- 28/93: gnu: r-deriv: Update to 4.1.1., guix-commits, 2020/10/31
- 24/93: gnu: r-brglm: Update to 0.7.1., guix-commits, 2020/10/31
- 37/93: gnu: r-feature: Update to 1.2.14.,
guix-commits <=
- 38/93: gnu: r-nlp: Update to 0.2-1., guix-commits, 2020/10/31
- 30/93: gnu: r-magick: Update to 2.5.0., guix-commits, 2020/10/31
- 44/93: gnu: r-seqinr: Update to 4.2-4., guix-commits, 2020/10/31
- 34/93: gnu: r-effectsize: Update to 0.4.0., guix-commits, 2020/10/31
- 43/93: gnu: r-valr: Update to 0.6.2., guix-commits, 2020/10/31
- 42/93: gnu: r-pbdzmq: Update to 0.3-3.1., guix-commits, 2020/10/31
- 41/93: gnu: r-globals: Update to 0.13.1., guix-commits, 2020/10/31
- 49/93: gnu: r-batchtools: Update to 0.9.14., guix-commits, 2020/10/31
- 57/93: gnu: r-iheatmapr: Update to 0.5.1., guix-commits, 2020/10/31
- 13/93: gnu: r-broom: Update to 0.7.2., guix-commits, 2020/10/31