GNU bug report logs - #62185
[PATCH] gnu: r-tidyverse: Update to 2.0.0.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Tue, 14 Mar 2023 12:54:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62185: closed ([PATCH] gnu: r-tidyverse: Update to 2.0.0.)
Date: Tue, 14 Mar 2023 13:54:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 14 Mar 2023 14:52:21 +0100
with message-id <87ilf34eys.fsf <at> elephly.net>
and subject line [PATCH] gnu: r-tidyverse: Update to 2.0.0.
has caused the debbugs.gnu.org bug report #62185,
regarding [PATCH] gnu: r-tidyverse: Update to 2.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62185: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62185
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: r-tidyverse: Update to 2.0.0.
Date: Tue, 14 Mar 2023 12:52:27 +0000
* gnu/packages/cran.scm (r-tidyverse): Update to 2.0.0.
[propagated-inputs]: Remove r-crayon; add r-conflicted and r-ragg.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2c5c64c426..2748ae6ca7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2741,19 +2741,19 @@ (define-public r-vegan
 (define-public r-tidyverse
   (package
     (name "r-tidyverse")
-    (version "1.3.2")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tidyverse" version))
        (sha256
         (base32
-         "0qfgq4p2aq95j39xd5kcing2cacy7rzy7f6zf0bnpsa95svziyrp"))))
+         "1r980y6d4a5brvxwdx41qzi8f3fck36c5l89sd3k4csna09jsg1x"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-broom
            r-cli
-           r-crayon
+           r-conflicted
            r-dbplyr
            r-dplyr
            r-dtplyr
@@ -2770,6 +2770,7 @@ (define-public r-tidyverse
            r-modelr
            r-pillar
            r-purrr
+           r-ragg
            r-readr
            r-readxl
            r-reprex
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 62185-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: r-tidyverse: Update to 2.0.0.
Date: Tue, 14 Mar 2023 14:52:21 +0100
Applied with commit 633c935e0ac86db5821b922988a301cf15de5cc2.

Thank you!

-- 
Ricardo


This bug report was last modified 2 years and 69 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.