mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-corpcor: Update to 1.6.10.
* gnu/packages/cran.scm (r-corpcor): Update to 1.6.10.
This commit is contained in:
parent
cc08de840e
commit
73a4dc7dff
1 changed files with 2 additions and 2 deletions
|
@ -13185,14 +13185,14 @@ (define-public r-ddrtree
|
|||
(define-public r-corpcor
|
||||
(package
|
||||
(name "r-corpcor")
|
||||
(version "1.6.9")
|
||||
(version "1.6.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "corpcor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hi3i9d3841snppq1ks5pd8cliq1b4rm4dpsczmfqvwksg8snkrf"))))
|
||||
"028fw61n61i79fhnaqx7gmdifdpbvp3yiaq9vvfrbv4k7i84r83i"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://strimmerlab.org/software/corpcor/")
|
||||
(synopsis "Efficient estimation of covariance and (partial) correlation")
|
||||
|
|
Loading…
Reference in a new issue