me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-03-11 13:30:17 +01:00
parent 81a991b2f5
commit 5afa48b47a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 2 deletions

View File

@ -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