gnu: r-fnn: Remove duplicate definition.
* gnu/packages/cran.scm (r-fnn)[home-page]: Use HTTPS. * gnu/packages/statistics.scm (r-fnn): Remove.
This commit is contained in:
parent
22a0c65969
commit
1b5905fe68
|
@ -3160,7 +3160,7 @@ multivariate plot methods.")
|
||||||
"1kncmiaraq1mrykb9fj3fsxswabk3l71fnp1vks0x9aay5xfk8mj"))))
|
"1kncmiaraq1mrykb9fj3fsxswabk3l71fnp1vks0x9aay5xfk8mj"))))
|
||||||
(properties `((upstream-name . "FNN")))
|
(properties `((upstream-name . "FNN")))
|
||||||
(build-system r-build-system)
|
(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")
|
(synopsis "Fast nearest neighbor search algorithms and applications")
|
||||||
(description
|
(description
|
||||||
"This package provides cover-tree and kd-tree fast k-nearest neighbor
|
"This package provides cover-tree and kd-tree fast k-nearest neighbor
|
||||||
|
|
|
@ -4906,27 +4906,6 @@ functions apply. The implementation can easily be added to functions where
|
||||||
showing the progress is useful e.g. bootstrap.")
|
showing the progress is useful e.g. bootstrap.")
|
||||||
(license license:gpl2)))
|
(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
|
(define-public r-minqa
|
||||||
(package
|
(package
|
||||||
(name "r-minqa")
|
(name "r-minqa")
|
||||||
|
|
Loading…
Reference in New Issue