[PATCH 16/24] gnu: r-fnn: Update to 1.1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
8736okwigk.fsf@posteo.net
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(-)

Toggle diff (27 lines)
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
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34556-done@debbugs.gnu.org)
87r2b93fv2.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> 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!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34556@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34556
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help