Message ID | 8736okwigk.fsf@posteo.net |
---|---|
State | Accepted |
Headers | show |
Series | [bug#34545,01/24] gnu: r-raster: Update to 2.8-19. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
cbaines/applying patch | fail | Apply failed |
Brett Gilio <brettg@posteo.net> writes: > From ee9bca442580ec57b0e647547c8e94eb3a815d0d Mon Sep 17 00:00:00 2001 > From: Brett Gilio <brettg@posteo.net> > Date: Mon, 18 Feb 2019 21:04:32 -0600 > Subject: [PATCH 16/24] gnu: r-fnn: Update to 1.1.3. > > * gnu/packages/cran.scm (r-fnn): Update to 1.1.3. Meanwhile this has found its way into Guix with the last big mass upgrade of CRAN and Bioconductor packages. Closing. Thanks!
From ee9bca442580ec57b0e647547c8e94eb3a815d0d Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Mon, 18 Feb 2019 21:04:32 -0600 Subject: [PATCH 16/24] gnu: r-fnn: Update to 1.1.3. * gnu/packages/cran.scm (r-fnn): Update to 1.1.3. --- gnu/packages/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1c6894092..4595b9489 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -4645,17 +4645,17 @@ multivariate plot methods.") (define-public r-fnn (package (name "r-fnn") - (version "1.1.2.2") + (version "1.1.3") (source (origin (method url-fetch) (uri (cran-uri "FNN" version)) (sha256 (base32 - "09k3k0h9ikbwq6225l7gd0nhimbji722680cr66c8n7zpvxn06mm")))) + "0cllqlnynm5yaj4r64mqyyfc8phkb38rwssq8k8ikgfgr4jklxny")))) (properties `((upstream-name . "FNN"))) (build-system r-build-system) - (home-page "https://cran.r-project.org/web/packages/FNN") + (home-page "https://cran.r-project.org/web/packages/FNN/") (synopsis "Fast nearest neighbor search algorithms and applications") (description "This package provides cover-tree and kd-tree fast k-nearest neighbor -- 2.20.1