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: I0974a97525a0f475988c8c2860d8a6129a7859cemaster
parent
81a991b2f5
commit
5afa48b47a
|
@ -16525,14 +16525,14 @@ console, resulting in an interactive editing environment.")
|
||||||
(define-public r-survey
|
(define-public r-survey
|
||||||
(package
|
(package
|
||||||
(name "r-survey")
|
(name "r-survey")
|
||||||
(version "4.2-1")
|
(version "4.4-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "survey" version))
|
(uri (cran-uri "survey" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l7iml53k2blmcgvbvplln08fn2s6da856m5izcvw87v6bhn2g6c"))))
|
"1649srmdr8i9j8grqikkm8nbfav31s7iygx6pv96jvr3wh80yh46"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-lattice
|
(list r-lattice
|
||||||
|
@ -16540,7 +16540,10 @@ console, resulting in an interactive editing environment.")
|
||||||
r-minqa
|
r-minqa
|
||||||
r-mitools
|
r-mitools
|
||||||
r-numderiv
|
r-numderiv
|
||||||
|
r-rcpp
|
||||||
|
r-rcpparmadillo
|
||||||
r-survival))
|
r-survival))
|
||||||
|
(native-inputs (list r-r-rsp))
|
||||||
(home-page "https://r-survey.r-forge.r-project.org/survey/")
|
(home-page "https://r-survey.r-forge.r-project.org/survey/")
|
||||||
(synopsis "Analysis of complex survey samples")
|
(synopsis "Analysis of complex survey samples")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue