From 1b5905fe689716e73ad7defc1bf8c6a13966f3c1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 8 Mar 2018 23:38:41 +0100 Subject: gnu: r-fnn: Remove duplicate definition. * gnu/packages/cran.scm (r-fnn)[home-page]: Use HTTPS. * gnu/packages/statistics.scm (r-fnn): Remove. --- gnu/packages/cran.scm | 2 +- gnu/packages/statistics.scm | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4e3a036044..9b690833ce 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3160,7 +3160,7 @@ multivariate plot methods.") "1kncmiaraq1mrykb9fj3fsxswabk3l71fnp1vks0x9aay5xfk8mj")))) (properties `((upstream-name . "FNN"))) (build-system r-build-system) - (home-page "http://cran.r-project.org/web/packages/FNN") + (home-page "https://cran.r-project.org/web/packages/FNN") (synopsis "Fast nearest neighbor search algorithms and applications") (description "This package provides cover-tree and kd-tree fast k-nearest neighbor diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 7722cb3aa0..1324abd1f5 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -4906,27 +4906,6 @@ functions apply. The implementation can easily be added to functions where showing the progress is useful e.g. bootstrap.") (license license:gpl2))) -(define-public r-fnn - (package - (name "r-fnn") - (version "1.1") - (source - (origin - (method url-fetch) - (uri (cran-uri "FNN" version)) - (sha256 - (base32 - "1kncmiaraq1mrykb9fj3fsxswabk3l71fnp1vks0x9aay5xfk8mj")))) - (properties `((upstream-name . "FNN"))) - (build-system r-build-system) - (home-page "https://cran.r-project.org/web/packages/FNN") - (synopsis "Fast nearest neighbor search algorithms and applications") - (description - "This package provides cover-tree and kd-tree fast k-nearest neighbor -search algorithms and related applications including KNN classification, -regression and information measures.") - (license license:gpl2+))) - (define-public r-minqa (package (name "r-minqa") -- cgit v1.2.3