[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/124: gnu: r-th-data: Update to 1.1-0.
From: |
guix-commits |
Subject: |
36/124: gnu: r-th-data: Update to 1.1-0. |
Date: |
Mon, 1 Nov 2021 17:28:59 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 51dce1dc8610523dacd34a2204afdf539c417730
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:23 2021 +0000
gnu: r-th-data: Update to 1.1-0.
* gnu/packages/cran.scm (r-th-data): Update to 1.1-0.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3bfec5b..583a560 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11111,19 +11111,21 @@ cross-sectional, time series, clustered, panel, and
longitudinal data.")
(define-public r-th-data
(package
(name "r-th-data")
- (version "1.0-10")
+ (version "1.1-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "TH.data" version))
(sha256
(base32
- "0mgz7aj2d9abbmdr65zgmg1ddp3fdbs3mfj83r5xadh5ldkir2k1"))))
+ "0ghihfpk5d8gsdlzf6phw7dwwz3adx64pxk82vlmlqx53ljpxcr1"))))
(properties `((upstream-name . "TH.data")))
(build-system r-build-system)
(propagated-inputs
`(("r-mass" ,r-mass)
("r-survival" ,r-survival)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/TH.data/")
(synopsis "Shared data sets")
(description
- 40/124: gnu: r-tmb: Update to 1.7.22., (continued)
- 40/124: gnu: r-tmb: Update to 1.7.22., guix-commits, 2021/11/01
- 43/124: gnu: r-usethis: Update to 2.1.0., guix-commits, 2021/11/01
- 46/124: gnu: r-rcppgsl: Update to 0.3.10., guix-commits, 2021/11/01
- 45/124: gnu: r-rcmdcheck: Update to 1.4.0., guix-commits, 2021/11/01
- 48/124: gnu: r-arm: Update to 1.12-2., guix-commits, 2021/11/01
- 38/124: gnu: r-libcoin: Update to 1.0-9., guix-commits, 2021/11/01
- 44/124: gnu: r-remotes: Update to 2.4.1., guix-commits, 2021/11/01
- 23/124: gnu: r-rastervis: Update to 0.51.0., guix-commits, 2021/11/01
- 29/124: gnu: r-argparse: Update to 2.1.2., guix-commits, 2021/11/01
- 35/124: gnu: r-acceptancesampling: Update to 1.0-7., guix-commits, 2021/11/01
- 36/124: gnu: r-th-data: Update to 1.1-0.,
guix-commits <=
- 37/124: gnu: r-emmeans: Update to 1.7.0., guix-commits, 2021/11/01
- 42/124: gnu: r-effectsize: Update to 0.5., guix-commits, 2021/11/01
- 49/124: gnu: r-sodium: Update to 1.2.0., guix-commits, 2021/11/01
- 50/124: gnu: r-rvcheck: Update to 0.2.1., guix-commits, 2021/11/01
- 52/124: gnu: r-grimport: Update to 0.9-4., guix-commits, 2021/11/01
- 53/124: gnu: r-rmpfr: Update to 0.8-5., guix-commits, 2021/11/01
- 55/124: gnu: r-sets: Update to 1.0-19., guix-commits, 2021/11/01
- 56/124: gnu: r-spdata: Update to 2.0.1., guix-commits, 2021/11/01
- 57/124: gnu: r-deldir: Update to 1.0-6., guix-commits, 2021/11/01
- 41/124: gnu: r-performance: Update to 0.8.0., guix-commits, 2021/11/01