guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/125: gnu: r-tidyverse: Update to 1.3.1.


From: guix-commits
Subject: 13/125: gnu: r-tidyverse: Update to 1.3.1.
Date: Tue, 4 May 2021 01:33:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2a5c02e172e781b2eccd851777481f4e25040c98
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:04 2021 +0200

    gnu: r-tidyverse: Update to 1.3.1.
    
    * gnu/packages/cran.scm (r-tidyverse): Update to 1.3.1.
    [propagated-inputs]: Add r-dtplyr, r-googledrive, and r-googlesheets4.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/cran.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1554292..701470a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -947,14 +947,14 @@ data types as well.")
 (define-public r-tidyverse
   (package
     (name "r-tidyverse")
-    (version "1.3.0")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tidyverse" version))
        (sha256
         (base32
-         "02gyys08qv2v4cl2d66gml4d31ipxay0iyfwwksvxyclx60wp2kd"))))
+         "0ck6xmsw5p168jmw2fqv79fzfnw5jckfra7mfii261j6kl89bkw3"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-broom" ,r-broom)
@@ -962,8 +962,11 @@ data types as well.")
        ("r-crayon" ,r-crayon)
        ("r-dbplyr" ,r-dbplyr)
        ("r-dplyr" ,r-dplyr)
+       ("r-dtplyr" ,r-dtplyr)
        ("r-forcats" ,r-forcats)
        ("r-ggplot2" ,r-ggplot2)
+       ("r-googledrive" ,r-googledrive)
+       ("r-googlesheets4" ,r-googlesheets4)
        ("r-haven" ,r-haven)
        ("r-hms" ,r-hms)
        ("r-httr" ,r-httr)
@@ -983,6 +986,8 @@ data types as well.")
        ("r-tibble" ,r-tibble)
        ("r-tidyr" ,r-tidyr)
        ("r-xml2" ,r-xml2)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://tidyverse.tidyverse.org";)
     (synopsis "Install and load packages from the \"Tidyverse\"")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]