gnu: r-polycor: Update to 0.8-1.
* gnu/packages/cran.scm (r-polycor): Update to 0.8-1. [propagated-inputs]: Add r-admisc.
This commit is contained in:
parent
8eff1635f0
commit
de028661df
@ -23639,18 +23639,18 @@ regressions.")
|
|||||||
(define-public r-polycor
|
(define-public r-polycor
|
||||||
(package
|
(package
|
||||||
(name "r-polycor")
|
(name "r-polycor")
|
||||||
(version "0.8-0")
|
(version "0.8-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "polycor" version))
|
(uri (cran-uri "polycor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dnc3ndy5a1pas40xnvgj790ix05mi7bhns3d98nsdkh22lvp0hg"))))
|
"0285rvx8238qp8dix0jq0cqq7ks8h6cjwsscbc7dx4n9nph56pzh"))))
|
||||||
(properties `((upstream-name . "polycor")))
|
(properties `((upstream-name . "polycor")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-matrix r-mvtnorm))
|
(list r-admisc r-matrix r-mvtnorm))
|
||||||
(home-page "https://r-forge.r-project.org/projects/polycor/")
|
(home-page "https://r-forge.r-project.org/projects/polycor/")
|
||||||
(synopsis "Polychoric and polyserial correlations")
|
(synopsis "Polychoric and polyserial correlations")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user