mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-nabor: Add missing input.
* gnu/packages/cran.scm (r-nabor)[native-inputs]: Add r-rann. Change-Id: Ie177502c2f902a6d4e76a94a2d2d30537c747df6
This commit is contained in:
parent
11debd4833
commit
349ee49226
1 changed files with 1 additions and 1 deletions
|
@ -39141,7 +39141,7 @@ of K.")
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-bh r-rcpp r-rcppeigen))
|
(list r-bh r-rcpp r-rcppeigen))
|
||||||
(native-inputs (list r-testthat))
|
(native-inputs (list r-rann r-testthat))
|
||||||
(home-page "https://cran.r-project.org/web/packages/nabor/")
|
(home-page "https://cran.r-project.org/web/packages/nabor/")
|
||||||
(synopsis "Wrapper for K nearest neighbour library for low dimensions")
|
(synopsis "Wrapper for K nearest neighbour library for low dimensions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue