mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-huge: Update to 1.5.
* gnu/packages/cran.scm (r-huge): Update to 1.5. [propagated-inputs]: Remove r-rcppeigen. [native-inputs]: Add r-testthat. Change-Id: I6f3b3eb27e5b7c59470528e710389e702f9d0d00
This commit is contained in:
@@ -36316,16 +36316,17 @@ regression coefficients can be conducted via jackknifing.")
|
||||
(define-public r-huge
|
||||
(package
|
||||
(name "r-huge")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "huge" version))
|
||||
(sha256
|
||||
(base32 "0qxz3wpsc57dca7vmb5l1rinsz5p3g1jw2dlgyz24fplbvc2dxak"))))
|
||||
(base32 "05jlw1rlpzbk4ylbxzsmzv0mfxbgs7xcy3fbw0cmmh694p4pgl11"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-igraph r-mass r-matrix r-rcpp r-rcppeigen))
|
||||
(list r-igraph r-mass r-matrix r-rcpp))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://cran.r-project.org/web/packages/huge")
|
||||
(synopsis "High-dimensional undirected graph estimation")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user