[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/22: gnu: r-survey: Update to 4.4-1.
From: |
guix-commits |
Subject: |
07/22: gnu: r-survey: Update to 4.4-1. |
Date: |
Mon, 11 Mar 2024 08:33:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5afa48b47ac1556ea7c48b7e02aff996b49ec8fc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 11 13:30:17 2024 +0100
gnu: r-survey: Update to 4.4-1.
* gnu/packages/cran.scm (r-survey): Update to 4.4-1.
[propagated-inputs]: Add r-rcpp and r-rcpparmadillo.
[native-inputs]: Add r-r-rsp.
Change-Id: I0974a97525a0f475988c8c2860d8a6129a7859ce
---
gnu/packages/cran.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7ba4cdb20d..ff5f080bbe 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16525,14 +16525,14 @@ console, resulting in an interactive editing
environment.")
(define-public r-survey
(package
(name "r-survey")
- (version "4.2-1")
+ (version "4.4-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "survey" version))
(sha256
(base32
- "0l7iml53k2blmcgvbvplln08fn2s6da856m5izcvw87v6bhn2g6c"))))
+ "1649srmdr8i9j8grqikkm8nbfav31s7iygx6pv96jvr3wh80yh46"))))
(build-system r-build-system)
(propagated-inputs
(list r-lattice
@@ -16540,7 +16540,10 @@ console, resulting in an interactive editing
environment.")
r-minqa
r-mitools
r-numderiv
+ r-rcpp
+ r-rcpparmadillo
r-survival))
+ (native-inputs (list r-r-rsp))
(home-page "https://r-survey.r-forge.r-project.org/survey/")
(synopsis "Analysis of complex survey samples")
(description
- branch master updated (c72d8feb1f -> 1e5e3d8e24), guix-commits, 2024/03/11
- 02/22: gnu: r-qs: Update to 0.26.1., guix-commits, 2024/03/11
- 03/22: gnu: r-rmarkdown: Update to 2.26., guix-commits, 2024/03/11
- 05/22: gnu: r-nodbi: Update to 0.10.4., guix-commits, 2024/03/11
- 07/22: gnu: r-survey: Update to 4.4-1.,
guix-commits <=
- 01/22: gnu: r-rgl: Update to 1.3.1., guix-commits, 2024/03/11
- 06/22: gnu: r-flextable: Update to 0.9.5., guix-commits, 2024/03/11
- 12/22: gnu: r-globals: Update to 0.16.3., guix-commits, 2024/03/11
- 04/22: gnu: r-zcompositions: Update to 1.5.0-2., guix-commits, 2024/03/11
- 08/22: gnu: r-multcompview: Update to 0.1-10., guix-commits, 2024/03/11
- 10/22: gnu: r-colorramps: Update to 2.3.4., guix-commits, 2024/03/11
- 17/22: gnu: r-graphlayouts: Update to 1.1.1., guix-commits, 2024/03/11
- 21/22: gnu: r-paws-common: Update to 0.7.1., guix-commits, 2024/03/11
- 22/22: gnu: r-logger: Update to 0.3.0., guix-commits, 2024/03/11
- 14/22: gnu: r-gmodels: Update to 2.19.1., guix-commits, 2024/03/11