[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/68: gnu: r-styler: Update to 1.7.0.
From: |
guix-commits |
Subject: |
33/68: gnu: r-styler: Update to 1.7.0. |
Date: |
Tue, 15 Mar 2022 15:14:11 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 523b8999f6deaf51e3723f77efb1ea01fecad11a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:38 2022 +0100
gnu: r-styler: Update to 1.7.0.
* gnu/packages/cran.scm (r-styler): Update to 1.7.0.
[propagated-inputs]: Remove r-backports, r-glue, and r-xfun.
---
gnu/packages/cran.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8eaba6d2c1..fcb9b93290 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19192,24 +19192,23 @@ batch correction, and data correction.")
(define-public r-styler
(package
(name "r-styler")
- (version "1.6.2")
+ (version "1.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "styler" version))
(sha256
(base32
- "0p7p2mh4f469drfn5z4wc4xrg06mpnm9wkw76fghclf8m9vcqbx6"))))
+ "1ki260ga0jrmayhdlx2sl788yp5kkmi4wyl32nmvvyb55sng6j9y"))))
(build-system r-build-system)
+ ;; This is needed by R.cache.
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'set-HOME
(lambda _ (setenv "HOME" "/tmp"))))))
(propagated-inputs
- (list r-backports
- r-cli
- r-glue
+ (list r-cli
r-magrittr
r-purrr
r-r-cache
@@ -19217,8 +19216,7 @@ batch correction, and data correction.")
r-rlang
r-rprojroot
r-tibble
- r-withr
- r-xfun))
+ r-withr))
(native-inputs
(list r-knitr))
(home-page "https://github.com/r-lib/styler")
- 05/68: gnu: r-ape: Update to 5.6-2., (continued)
- 05/68: gnu: r-ape: Update to 5.6-2., guix-commits, 2022/03/15
- 09/68: gnu: r-dimred: Update to 0.2.5., guix-commits, 2022/03/15
- 07/68: gnu: r-rcppthread: Update to 2.1.2., guix-commits, 2022/03/15
- 13/68: gnu: r-xfun: Update to 0.30., guix-commits, 2022/03/15
- 14/68: gnu: r-maptools: Update to 1.1-3., guix-commits, 2022/03/15
- 23/68: gnu: r-circular: Update to 0.4-94., guix-commits, 2022/03/15
- 18/68: gnu: r-gam: Update to 1.20.1., guix-commits, 2022/03/15
- 30/68: gnu: r-sf: Update to 1.0-7., guix-commits, 2022/03/15
- 28/68: gnu: r-gamlss-dist: Update to 6.0-3., guix-commits, 2022/03/15
- 34/68: gnu: r-parameters: Update to 0.17.0., guix-commits, 2022/03/15
- 33/68: gnu: r-styler: Update to 1.7.0.,
guix-commits <=
- 26/68: gnu: r-tidytree: Update to 0.3.9., guix-commits, 2022/03/15
- 27/68: gnu: r-densityclust: Update to 0.3.2., guix-commits, 2022/03/15
- 36/68: gnu: r-bio3d: Update to 2.4-3., guix-commits, 2022/03/15
- 37/68: gnu: r-sysfonts: Update to 0.8.8., guix-commits, 2022/03/15
- 35/68: gnu: r-pracma: Update to 2.3.8., guix-commits, 2022/03/15
- 19/68: gnu: r-bayesplot: Update to 1.9.0., guix-commits, 2022/03/15
- 29/68: gnu: r-udunits2: Update to 0.13.2.1., guix-commits, 2022/03/15
- 39/68: gnu: r-imager: Update to 0.42.13., guix-commits, 2022/03/15
- 60/68: gnu: r-bbmisc: Update to 1.12., guix-commits, 2022/03/15
- 44/68: gnu: r-openmx: Update to 2.20.6., guix-commits, 2022/03/15