gnu: r-ade4: Update to 1.7-8.
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-8.
This commit is contained in:
parent
fb10c923b3
commit
5d84369bda
|
@ -1884,14 +1884,14 @@ chain.")
|
||||||
(define-public r-ade4
|
(define-public r-ade4
|
||||||
(package
|
(package
|
||||||
(name "r-ade4")
|
(name "r-ade4")
|
||||||
(version "1.7-6")
|
(version "1.7-8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ade4" version))
|
(uri (cran-uri "ade4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lnc37d6waajmagy8qvw206pyc4vgrpzl3hk3j9frh6wa0b8x140"))))
|
"1a5p3wf8l9cp1bjp57b1pc5bqs39kw1v21i4waj9j18wawzlmpb6"))))
|
||||||
(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