~ruther/guix-local

6bc9dc960c9ea33282958a82070737ca640f1098 — Ricardo Wurmus 4 months ago 6123125
gnu: r-rcppannoy: Update to 0.0.23.

* gnu/packages/cran.scm (r-rcppannoy): Update to 0.0.23.
[native-inputs]: Add r-rcpp and r-tinytest.

Change-Id: I8d5040fab624dca8ca68478a12ef90695b9b8270
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -2
@@ 30845,18 30845,19 @@ mathematics.")
(define-public r-rcppannoy
  (package
    (name "r-rcppannoy")
    (version "0.0.22")
    (version "0.0.23")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "RcppAnnoy" version))
       (sha256
        (base32
         "0rcgvmlp3by57k562pbxsncirww1vv8zarfxrjzfgly4hzbj28cz"))))
         "1p6iwbkz762p2k3hzjryc19scdxp58jcfbn8gvfbk8whhpcyh0p5"))))
    (properties `((upstream-name . "RcppAnnoy")))
    (build-system r-build-system)
    (propagated-inputs
     (list r-rcpp))
    (native-inputs (list r-rcpp r-tinytest))
    (home-page "https://cran.r-project.org/web/packages/RcppAnnoy/")
    (synopsis "Rcpp bindings for Annoy, a library for Approximate Nearest Neighbors")
    (description