[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/124: gnu: r-devtools: Update to 2.4.4.
From: |
guix-commits |
Subject: |
109/124: gnu: r-devtools: Update to 2.4.4. |
Date: |
Wed, 10 Aug 2022 09:51:28 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d6cf8514c8f4649de40df83a38a7d6bebd03b12e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:20:16 2022 +0200
gnu: r-devtools: Update to 2.4.4.
* gnu/packages/statistics.scm (r-devtools): Update to 2.4.4.
[propagated-inputs]: Remove r-callr, r-httr, and r-rstudioapi; add
r-miniui, r-pkgdown,
r-profvis, and r-urlchecker.
---
gnu/packages/statistics.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0dce35c30e..fd3843dd92 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2543,33 +2543,34 @@ informative error messages when it's not available.")
(define-public r-devtools
(package
(name "r-devtools")
- (version "2.4.3")
+ (version "2.4.4")
(source (origin
(method url-fetch)
(uri (cran-uri "devtools" version))
(sha256
(base32
- "0kvbw218jp8pd2lgdjyn94v2iji75s385hkn1qbikcm0pjlmj8g4"))))
+ "0kckjr12qi8nw498x3iw648pllz63j5p6fhpv8z8jc4z4sfpbmmc"))))
(build-system r-build-system)
(propagated-inputs
- (list r-callr
- r-cli
+ (list r-cli
r-desc
r-ellipsis
r-fs
- r-httr
r-lifecycle
r-memoise
+ r-miniui
r-pkgbuild
+ r-pkgdown
r-pkgload
+ r-profvis
r-rcmdcheck
r-remotes
r-rlang
r-roxygen2
- r-rstudioapi
r-rversions
r-sessioninfo
r-testthat
+ r-urlchecker
r-usethis
r-withr))
(native-inputs
- 97/124: gnu: r-stars: Update to 0.5-6., (continued)
- 97/124: gnu: r-stars: Update to 0.5-6., guix-commits, 2022/08/10
- 101/124: gnu: r-paws-common: Update to 0.4.0., guix-commits, 2022/08/10
- 107/124: gnu: r-locfit: Update to 1.5-9.6., guix-commits, 2022/08/10
- 102/124: gnu: r-mass: Update to 7.3-58.1., guix-commits, 2022/08/10
- 103/124: gnu: r-estimability: Update to 1.4.1., guix-commits, 2022/08/10
- 121/124: gnu: r-effects: Update to 4.2-2., guix-commits, 2022/08/10
- 124/124: gnu: Add r-liana., guix-commits, 2022/08/10
- 90/124: gnu: r-qtl: Update to 1.52., guix-commits, 2022/08/10
- 94/124: gnu: r-downlit: Update to 0.4.2., guix-commits, 2022/08/10
- 106/124: gnu: r-tibble: Update to 3.1.8., guix-commits, 2022/08/10
- 109/124: gnu: r-devtools: Update to 2.4.4.,
guix-commits <=
- 112/124: gnu: r-rcurl: Update to 1.98-1.8., guix-commits, 2022/08/10
- 87/124: gnu: r-workflowsets: Update to 1.0.0., guix-commits, 2022/08/10
- 104/124: gnu: r-stringi: Update to 1.7.8., guix-commits, 2022/08/10
- 119/124: gnu: r-lme4: Update to 1.1-30., guix-commits, 2022/08/10
- 123/124: gnu: Add r-omnipathr/devel., guix-commits, 2022/08/10
- 122/124: gnu: r-bayesfactor: Update to 0.9.12-4.4., guix-commits, 2022/08/10
- 113/124: gnu: r-r-cache: Update to 0.16.0., guix-commits, 2022/08/10
- 115/124: gnu: r-pcapp: Update to 2.0-2., guix-commits, 2022/08/10
- 116/124: gnu: r-robust: Update to 0.7-1., guix-commits, 2022/08/10
- 120/124: gnu: r-cairo: Update to 1.6-0., guix-commits, 2022/08/10