[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: r-rann-l1: Add test input.
From: |
guix-commits |
Subject: |
01/05: gnu: r-rann-l1: Add test input. |
Date: |
Fri, 22 Nov 2024 18:36:03 -0500 (EST) |
rekado pushed a commit to branch r-team
in repository guix.
commit 55828cfe6b721953ca9d0ebfc3beb11441041bf6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 22 22:46:49 2024 +0100
gnu: r-rann-l1: Add test input.
* gnu/packages/cran.scm (r-rann-l1)[native-inputs]: Add r-testthat.
Change-Id: Ic98cd970b35287520a0d5d83f3398b714ae42f0f
---
gnu/packages/cran.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c71b45f1cf..d001836d5f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29791,6 +29791,7 @@ tools for examining posterior distributions are also
included.")
"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