gnu: r-pcapp: Update to 1.9-73.
* gnu/packages/statistics.scm (r-pcapp): Update to 1.9-73.
This commit is contained in:
parent
fe394eac82
commit
23fb604725
|
@ -4676,14 +4676,14 @@ regression methodology including model selections and multivariate statistics.")
|
||||||
(define-public r-pcapp
|
(define-public r-pcapp
|
||||||
(package
|
(package
|
||||||
(name "r-pcapp")
|
(name "r-pcapp")
|
||||||
(version "1.9-72")
|
(version "1.9-73")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pcaPP" version))
|
(uri (cran-uri "pcaPP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i2822bv86dpqmk3q17x61nsp3gjjnn4nr8191rwvbiib7xhpgaq"))))
|
"1z2kdf9gfp965xbcd4rg6vf20d1bl443na0qjkpq7gmzpaq6cifa"))))
|
||||||
(properties `((upstream-name . "pcaPP")))
|
(properties `((upstream-name . "pcaPP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue