mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +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 @@ (define-public r-nabor
|
|||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(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/")
|
||||
(synopsis "Wrapper for K nearest neighbour library for low dimensions")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue