[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: r-classint: Update to 0.3-3.
From: |
guix-commits |
Subject: |
04/11: gnu: r-classint: Update to 0.3-3. |
Date: |
Sat, 27 Apr 2019 06:03:26 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 1bbfca18c54ec8b543bdf7271e3f3af4029bd480
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 27 11:37:00 2019 +0200
gnu: r-classint: Update to 0.3-3.
* gnu/packages/cran.scm (r-classint): Update to 0.3-3.
[propagated-inputs]: Add r-kernsmooth.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 405940a..58165a4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12130,19 +12130,20 @@ classes.")
(define-public r-classint
(package
(name "r-classint")
- (version "0.3-1")
+ (version "0.3-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "classInt" version))
(sha256
(base32
- "1fcjrb593bzvx1z57hq1sjs2gp6g7sm4d4xrhasfrps4nmbzirp2"))))
+ "0c2z6shlxa928xa20yl956r06lx20mji3mwipdvmj3f4z5g6hgm9"))))
(properties `((upstream-name . "classInt")))
(build-system r-build-system)
(propagated-inputs
`(("r-class" ,r-class)
- ("r-e1071" ,r-e1071)))
+ ("r-e1071" ,r-e1071)
+ ("r-kernsmooth" ,r-kernsmooth)))
(native-inputs `(("gfortran" ,gfortran)))
(home-page "https://github.com/r-spatial/classInt/")
(synopsis "Choose univariate class intervals")
- branch master updated (747c8f2 -> ea9d634), guix-commits, 2019/04/27
- 02/11: gnu: r-ordinal: Update to 2019.4-25., guix-commits, 2019/04/27
- 01/11: gnu: Add r-mitools., guix-commits, 2019/04/27
- 03/11: gnu: r-survey: Update to 3.36., guix-commits, 2019/04/27
- 04/11: gnu: r-classint: Update to 0.3-3.,
guix-commits <=
- 05/11: gnu: r-sf: Update to 0.7-4., guix-commits, 2019/04/27
- 08/11: gnu: r-rngtools: Update to 1.3.1.1., guix-commits, 2019/04/27
- 10/11: gnu: r-caret: Update to 6.0-84., guix-commits, 2019/04/27
- 06/11: gnu: r-boot: Update to 1.3-22., guix-commits, 2019/04/27
- 09/11: gnu: r-fpc: Update to 2.1-11.2., guix-commits, 2019/04/27
- 07/11: gnu: r-mass: Update to 7.3-51.4., guix-commits, 2019/04/27
- 11/11: gnu: r-quadprog: Update to 1.5-6., guix-commits, 2019/04/27