[PATCH 04/24] gnu: r-prediction: Update to 0.3.6.2.

  • 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)
874l90v3tw.fsf@posteo.net
From 5a4a4e4d51d2402ebfab88d53ebd4c976e12d5b5 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 19:21:19 -0600
Subject: [PATCH 04/24] gnu: r-prediction: Update to 0.3.6.2.

* gnu/packages/cran.scm (r-prediction): Update to 0.3.6.2.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8c19e3c6a..13c957a8a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5761,14 +5761,14 @@ parse and convert strings into cases like snake or camel among others.")
(define-public r-prediction
(package
(name "r-prediction")
- (version "0.3.6.1")
+ (version "0.3.6.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "prediction" version))
(sha256
(base32
- "1znxpacd79fjkf84w3493p1vmafanqfxsspwpwpkmda323bsxj0n"))))
+ "0kx7xbm2j6c8h6gk1iig4vfpg877psg16j74hl7zc2mv40sc6dy5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-data-table" ,r-data-table)))
--
2.20.1
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34547-done@debbugs.gnu.org)
878sxh4utc.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 5a4a4e4d51d2402ebfab88d53ebd4c976e12d5b5 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 19:21:19 -0600
> Subject: [PATCH 04/24] gnu: r-prediction: Update to 0.3.6.2.
>
> * gnu/packages/cran.scm (r-prediction): Update to 0.3.6.2.

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 34547@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34547
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