gnu: r-ade4: Update to 1.7-5
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-5.
This commit is contained in:
parent
db1b38af4e
commit
abb6f0540e
|
@ -1550,14 +1550,14 @@ chain.")
|
||||||
(define-public r-ade4
|
(define-public r-ade4
|
||||||
(package
|
(package
|
||||||
(name "r-ade4")
|
(name "r-ade4")
|
||||||
(version "1.7-4")
|
(version "1.7-5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ade4" version))
|
(uri (cran-uri "ade4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17sbicash7z4b63dlrbaf8xx2pbwh62vykzvhdjs43h8jkl881y7"))))
|
"0aaqbnydm5fb37nrvqj4bx6hxax7255j426cwh2lh88nyvznbq37"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://pbil.univ-lyon1.fr/ADE-4")
|
(home-page "http://pbil.univ-lyon1.fr/ADE-4")
|
||||||
(synopsis "Multivariate data analysis and graphical display")
|
(synopsis "Multivariate data analysis and graphical display")
|
||||||
|
|
Loading…
Reference in New Issue