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.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:04 +02:00
parent 9aa1bde3b1
commit 2a5c02e172
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -947,14 +947,14 @@ (define-public r-vegan
(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 @@ (define-public r-tidyverse
("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 @@ (define-public r-tidyverse
("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