mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-prabclus: Update to 2.3-5.
* gnu/packages/cran.scm (r-prabclus): Update to 2.3-5. [native-inputs]: Remove r-spdep. Change-Id: I740edcdd761d25daa822ace4c3136ed69289d383
This commit is contained in:
parent
5323e568a2
commit
7824c330f2
1 changed files with 3 additions and 3 deletions
|
|
@ -6119,18 +6119,18 @@ Analytics products.")
|
|||
(define-public r-prabclus
|
||||
(package
|
||||
(name "r-prabclus")
|
||||
(version "2.3-4")
|
||||
(version "2.3-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "prabclus" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wmcw0iz0a4q0x83v36ldv8b67czcpw3g18v68i3v9284rbj6xnd"))))
|
||||
"12sfssxkqvnn1vhv1wzfp8h662nixbmy068c91y1lmg7mcmi7nga"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-mass r-mclust))
|
||||
(native-inputs (list r-spatialreg r-spdep))
|
||||
(native-inputs (list r-spatialreg))
|
||||
(home-page "https://cran.r-project.org/web/packages/prabclus")
|
||||
(synopsis "Parametric bootstrap tests for spatial neighborhood clustering")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue