[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/145: gnu: r-rapportools: Update to 1.1.
From: |
guix-commits |
Subject: |
44/145: gnu: r-rapportools: Update to 1.1. |
Date: |
Tue, 12 Apr 2022 03:36:40 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 47791be964943d4d3c2f99214ff66173f718f9ea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:14 2022 +0200
gnu: r-rapportools: Update to 1.1.
* gnu/packages/cran.scm (r-rapportools): Update to 1.1.
[propagated-inputs]: Remove r-reshape; add r-mass and r-reshape2.
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ace8725184..d737ce3b90 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12651,17 +12651,17 @@ of the individual checks.")
(define-public r-rapportools
(package
(name "r-rapportools")
- (version "1.0")
+ (version "1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rapportools" version))
(sha256
(base32
- "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
+ "0qr86idng12g6hdd764j0wmli700v7rjhw7jdjxj0ka8xm5v7ymm"))))
(build-system r-build-system)
(propagated-inputs
- (list r-pander r-plyr r-reshape))
+ (list r-mass r-pander r-plyr r-reshape2))
(home-page "https://cran.r-project.org/web/packages/rapportools/")
(synopsis "Miscellaneous helper functions with sane defaults for
reporting")
(description
- 31/145: gnu: r-rdpack: Update to 2.3., (continued)
- 31/145: gnu: r-rdpack: Update to 2.3., guix-commits, 2022/04/12
- 34/145: gnu: r-sjlabelled: Update to 1.2.0., guix-commits, 2022/04/12
- 30/145: gnu: r-rbibutils: Update to 2.2.8., guix-commits, 2022/04/12
- 36/145: gnu: r-infotheo: Update to 1.2.0.1., guix-commits, 2022/04/12
- 38/145: gnu: r-acceptancesampling: Update to 1.0-8., guix-commits, 2022/04/12
- 42/145: gnu: r-ggeffects: Update to 1.1.2., guix-commits, 2022/04/12
- 43/145: gnu: r-gert: Update to 1.6.0., guix-commits, 2022/04/12
- 47/145: gnu: r-admisc: Update to 0.26., guix-commits, 2022/04/12
- 49/145: gnu: r-kohonen: Update to 3.0.11., guix-commits, 2022/04/12
- 51/145: gnu: r-protviz: Update to 0.7.3., guix-commits, 2022/04/12
- 44/145: gnu: r-rapportools: Update to 1.1.,
guix-commits <=
- 48/145: gnu: r-rncl: Update to 0.8.6., guix-commits, 2022/04/12
- 54/145: gnu: r-ggextra: Update to 0.10.0., guix-commits, 2022/04/12
- 27/145: gnu: r-fstcore: Update to 0.9.12., guix-commits, 2022/04/12
- 32/145: gnu: r-officer: Update to 0.4.2., guix-commits, 2022/04/12
- 33/145: gnu: r-insight: Update to 0.17.0., guix-commits, 2022/04/12
- 35/145: gnu: r-hash: Update to 2.2.6.2., guix-commits, 2022/04/12
- 37/145: gnu: r-dofuture: Update to 0.12.1., guix-commits, 2022/04/12
- 39/145: gnu: r-emmeans: Update to 1.7.3., guix-commits, 2022/04/12
- 41/145: gnu: r-performance: Update to 0.9.0., guix-commits, 2022/04/12
- 45/145: gnu: r-pander: Update to 0.6.5., guix-commits, 2022/04/12