[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: r-tab: Update to 5.1.1.
From: |
guix-commits |
Subject: |
08/13: gnu: r-tab: Update to 5.1.1. |
Date: |
Wed, 4 Aug 2021 09:56:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b28d6cb7739a656fd787fcd6b5c4a5a5dba59369
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 4 15:35:39 2021 +0200
gnu: r-tab: Update to 5.1.1.
* gnu/packages/cran.scm (r-tab): Update to 5.1.1.
[propagated-inputs]: Remove r-gee, r-survival, and r-xtable; add
r-kableextra.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 599196e..a11c7a8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10288,24 +10288,24 @@ analysis.")
(define-public r-tab
(package
(name "r-tab")
- (version "4.1.1")
+ (version "5.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tab" version))
(sha256
(base32
- "0ds8n6gncidb66in7hlqkcmil5yfsf7ihqvmls789hrm2iz9xlfm"))))
+ "1kg8c1safi9klkx2mdkmsf5dn9piy4jljwd4ma7g4jz2rwl4jzhv"))))
(properties `((upstream-name . "tab")))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
- ("r-gee" ,r-gee)
+ ("r-kableextra" ,r-kableextra)
("r-knitr" ,r-knitr)
("r-mass" ,r-mass)
- ("r-survey" ,r-survey)
- ("r-survival" ,r-survival)
- ("r-xtable" ,r-xtable)))
+ ("r-survey" ,r-survey)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/tab/")
(synopsis "Create summary tables for statistical reports")
(description
- branch master updated (047d792 -> 00cdff9), guix-commits, 2021/08/04
- 01/13: gnu: Add r-tfruns., guix-commits, 2021/08/04
- 02/13: gnu: Add r-tensorflow., guix-commits, 2021/08/04
- 07/13: gnu: r-rbibutils: Update to 2.2.2., guix-commits, 2021/08/04
- 04/13: gnu: r-ggpp: Update to 0.4.2., guix-commits, 2021/08/04
- 03/13: gnu: Add r-keras., guix-commits, 2021/08/04
- 08/13: gnu: r-tab: Update to 5.1.1.,
guix-commits <=
- 09/13: gnu: r-rcppannoy: Update to 0.0.19., guix-commits, 2021/08/04
- 11/13: gnu: r-tuner: Update to 1.3.3.1., guix-commits, 2021/08/04
- 12/13: gnu: r-iml: Update to 0.10.1., guix-commits, 2021/08/04
- 10/13: gnu: r-ggplotify: Update to 0.0.8., guix-commits, 2021/08/04
- 13/13: gnu: r-maldiquant: Update to 1.20., guix-commits, 2021/08/04
- 05/13: gnu: r-ggpmisc: Update to 0.4.2., guix-commits, 2021/08/04
- 06/13: gnu: r-haven: Update to 2.4.3., guix-commits, 2021/08/04