diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-03-08 23:38:41 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-08 23:38:41 +0100 |
commit | 1b5905fe689716e73ad7defc1bf8c6a13966f3c1 (patch) | |
tree | 1482eaa8dab8c56672f4622e654df8578bd8ab71 /gnu/packages/cran.scm | |
parent | 22a0c6596921b87dd8cc38dfbdf99e13ae719a7d (diff) |
gnu: r-fnn: Remove duplicate definition.
* gnu/packages/cran.scm (r-fnn)[home-page]: Use HTTPS.
* gnu/packages/statistics.scm (r-fnn): Remove.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 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 |