gnu: r-rann-l1: Add test input.

* gnu/packages/cran.scm (r-rann-l1)[native-inputs]: Add r-testthat.

Change-Id: Ic98cd970b35287520a0d5d83f3398b714ae42f0f
This commit is contained in:
Ricardo Wurmus 2024-11-22 22:46:49 +01:00 committed by Andreas Enge
parent 1aa0e526d5
commit d8fa5aae65
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -29831,6 +29831,7 @@ (define-public r-rann-l1
"1hanh3my84mdr5wy6b89fawqzfc184vff1y65wy4l5ld9qza1n44"))))
(properties `((upstream-name . "RANN.L1")))
(build-system r-build-system)
(native-inputs (list r-testthat))
(home-page "https://github.com/jefferis/RANN/tree/master-L1")
(synopsis "Fast nearest neighbour search using L1 metric")
(description