mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-ordinal: Update to 2025.12-29.
* gnu/packages/cran.scm (r-ordinal): Update to 2025.12-29. [native-inputs]: Remove r-testthat. Change-Id: I0d8c78f3179a99301a23c35ae6d8984555c7dc4c
This commit is contained in:
parent
f3f0cd2248
commit
cca142a6bd
1 changed files with 3 additions and 3 deletions
|
|
@ -19681,18 +19681,18 @@ response matrices.")
|
|||
(define-public r-ordinal
|
||||
(package
|
||||
(name "r-ordinal")
|
||||
(version "2023.12-4.1")
|
||||
(version "2025.12-29")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ordinal" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c9qiv0zz77i80gbhljj9hm4lh2zs9chfg834lcgyr6972jcz79c"))))
|
||||
"0by4mrrbc37v32drvd1pbxjbyzgfvk0g3xfyxl2x38n0vyapggxk"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-mass r-matrix r-nlme r-numderiv r-ucminf))
|
||||
(native-inputs (list r-lme4 r-testthat r-xtable))
|
||||
(native-inputs (list r-lme4 r-xtable))
|
||||
(home-page "https://github.com/runehaubo/ordinal")
|
||||
(synopsis "Regression models for ordinal data")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue