mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-rann: Add test inputs.
* gnu/packages/statistics.scm (r-rann)[native-inputs]: Add r-testthat. Change-Id: I729054fcbf7d5f853cde662fef6ff2f8ee8eb94c
This commit is contained in:
parent
22a42525a0
commit
9f49bfe9cc
1 changed files with 1 additions and 0 deletions
|
@ -5702,6 +5702,7 @@ (define-public r-rann
|
|||
(properties
|
||||
`((upstream-name . "RANN")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://github.com/jefferis/RANN")
|
||||
(synopsis "Fast nearest neighbour search")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue