1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: r-n2r: Update to 1.0.5.

* gnu/packages/cran.scm (r-n2r): Update to 1.0.5.
[propagated-inputs]: Add r-bh.

Change-Id: Ib32064e870c2e6b9e64cf560a94f6406b29703a8
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:48 +02:00
parent cc039c0f79
commit 052b848afd

View File

@@ -23189,20 +23189,17 @@ features:
(define-public r-n2r
(package
(name "r-n2r")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "N2R" version))
(sha256
(base32 "17806y0992nxrdmv2s2v80g6f55s1pgkd9j39jpks62qr7i14kcl"))))
(base32 "09h8kvbdxvq4bjyshhgvx1mjvywlf9w4xsnwmfyrggxxwbyv2h1d"))))
(properties `((upstream-name . "N2R")))
(build-system r-build-system)
(propagated-inputs
(list r-matrix
r-rcpp
r-rcppeigen
r-rcppspdlog))
(list r-bh r-matrix r-rcpp r-rcppeigen r-rcppspdlog))
(native-inputs (list r-testthat))
(home-page "https://github.com/kharchenkolab/N2R")
(synopsis "Fast and scalable approximate k-Nearest Neighbor search methods")