[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/16: gnu: Remove duplicates from (gnu packages statistics).
From: |
Ricardo Wurmus |
Subject: |
08/16: gnu: Remove duplicates from (gnu packages statistics). |
Date: |
Sat, 18 Nov 2017 05:18:54 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 9ef9c6489f805f40dcb2aae8408a7f962b4046a1
Author: Ricardo Wurmus <address@hidden>
Date: Sat Nov 18 09:28:33 2017 +0100
gnu: Remove duplicates from (gnu packages statistics).
* gnu/packages/statistics.scm (r-cluster, r-codetools, r-kernsmooth): Remove
duplicates.
---
gnu/packages/statistics.scm | 73 +++++----------------------------------------
1 file changed, 7 insertions(+), 66 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4014c0d..c04975f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -367,6 +367,8 @@ k-nearest neighbour, Learning Vector Quantization and
Self-Organizing Maps.")
(base32
"1bkvqmv8h2c423q9ag2afb6s9j2vcdlxsf559zzbimraphrr2c2b"))))
(build-system r-build-system)
+ (inputs
+ `(("gfortran" ,gfortran)))
(home-page "http://cran.r-project.org/web/packages/cluster")
(synopsis "Methods for cluster analysis")
(description
@@ -389,7 +391,8 @@ Hubert, based on Kaufman and Rousseeuw (1990) \"Finding
Groups in Data\".")
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/codetools")
(synopsis "Code analysis tools for R")
- (description "This package provides code analysis tools for R.")
+ (description "This package provides code analysis tools for R to check R
+code for possible problems.")
;; Any version of the GPL.
(license (list license:gpl2+ license:gpl3+))))
@@ -426,13 +429,15 @@ for reading and writing some dBase files.")
"1xhha8kw10jv8pv8b61hb5in9qiw3r2a9kdji3qlm991s4zd4wlb"))))
(properties `((upstream-name . "KernSmooth")))
(build-system r-build-system)
+ (inputs
+ `(("gfortran" ,gfortran)))
(home-page "http://cran.r-project.org/web/packages/KernSmooth")
(synopsis "Functions for kernel smoothing")
(description
"This package provides functions for kernel smoothing (and density
estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995)
\"Kernel Smoothing\".")
- ;; Unlimited distribution
+ ;; Unlimited use and distribution
(license (license:non-copyleft "file://LICENCE.note"))))
(define-public r-lattice
@@ -1665,28 +1670,6 @@ features require SQL translation to be provided by the
package author.")
transformations.")
(license license:expat)))
-(define-public r-cluster
- (package
- (name "r-cluster")
- (version "2.0.6")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "cluster" version))
- (sha256
- (base32
- "1z4gbz7chxxi4ly6c0yjlikwgf8aa8dlg05cn5cd6pjr21zvh97l"))))
- (build-system r-build-system)
- (inputs
- `(("gfortran" ,gfortran)))
- (home-page "http://cran.r-project.org/web/packages/cluster")
- (synopsis "Methods for data cluster analysis")
- (description
- "This package provides tools that are useful in finding groups in data.
-It is based on the methods described in Kaufman and Rousseeuw (1990) \"Finding
-Groups in Data\".")
- (license license:gpl2+)))
-
(define-public r-formula
(package
(name "r-formula")
@@ -2950,24 +2933,6 @@ traverse through all the elements of a vector, list, or
other collection of
data.")
(license license:asl2.0)))
-(define-public r-codetools
- (package
- (name "r-codetools")
- (version "0.2-15")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "codetools" version))
- (sha256
- (base32
- "0h7sjmvvsi35041jp47cxhsqzgf1y8jrw6fxii7n26i8g7nrh1sf"))))
- (build-system r-build-system)
- (home-page "https://cran.r-project.org/web/packages/codetools")
- (synopsis "Code analysis tools for R")
- (description "This package provides code analysis tools for R to check R
-code for possible problems.")
- (license (list license:gpl2+ license:gpl3+))))
-
(define-public r-foreach
(package
(name "r-foreach")
@@ -4178,30 +4143,6 @@ plot can be quickly adjusted using a flexible parameter
dispatching
mechanism.")
(license license:gpl2+)))
-(define-public r-kernsmooth
- (package
- (name "r-kernsmooth")
- (version "2.23-15")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "KernSmooth" version))
- (sha256
- (base32
- "1xhha8kw10jv8pv8b61hb5in9qiw3r2a9kdji3qlm991s4zd4wlb"))))
- (properties `((upstream-name . "KernSmooth")))
- (build-system r-build-system)
- (inputs
- `(("gfortran" ,gfortran)))
- (home-page "http://cran.r-project.org/web/packages/KernSmooth")
- (synopsis "Functions for kernel smoothing")
- (description
- "This package provides functions for kernel smoothing (and density
-estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995)
-\"Kernel Smoothing\".")
- ;; Unlimited use and distribution
- (license (license:non-copyleft "file://LICENSE.note"))))
-
(define-public r-zoo
(package
(name "r-zoo")
- branch master updated (b9f2370 -> 82af2c2), Ricardo Wurmus, 2017/11/18
- 02/16: gnu: r-org-hs-eg-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 01/16: gnu: r-org-hs-eg-db: Remove duplicate package definition., Ricardo Wurmus, 2017/11/18
- 06/16: gnu: Remove duplicate from (gnu packages bioinformatics)., Ricardo Wurmus, 2017/11/18
- 03/16: gnu: r-org-hs-eg-db: Clarify description., Ricardo Wurmus, 2017/11/18
- 05/16: gnu: Remove duplicate from (gnu packages cran)., Ricardo Wurmus, 2017/11/18
- 12/16: gnu: r-org-ce-eg-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 07/16: gnu: Remove duplicate from (gnu packages gnupg)., Ricardo Wurmus, 2017/11/18
- 08/16: gnu: Remove duplicates from (gnu packages statistics).,
Ricardo Wurmus <=
- 14/16: gnu: r-genomeinfodbdata: Update to 0.99.1., Ricardo Wurmus, 2017/11/18
- 09/16: gnu: r-genomationdata: Update to 1.10.0., Ricardo Wurmus, 2017/11/18
- 16/16: build-system: texlive: Only make a union of directories., Ricardo Wurmus, 2017/11/18
- 13/16: gnu: r-go-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 10/16: gnu: r-org-mm-eg-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 11/16: gnu: r-org-dm-eg-db: Update to 3.5.0., Ricardo Wurmus, 2017/11/18
- 15/16: gnu: Remove duplicates from (gnu packages tex)., Ricardo Wurmus, 2017/11/18
- 04/16: gnu: Remove duplicates from (gnu packages java)., Ricardo Wurmus, 2017/11/18