mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-mumin: Update to 1.47.5.
* gnu/packages/statistics.scm (r-mumin): Update to 1.47.5. [propagated-inputs]: Add r-insight.
This commit is contained in:
parent
c029bac121
commit
113146d31c
1 changed files with 3 additions and 3 deletions
|
@ -7356,16 +7356,16 @@ (define-public r-reghelper
|
|||
(define-public r-mumin
|
||||
(package
|
||||
(name "r-mumin")
|
||||
(version "1.47.1")
|
||||
(version "1.47.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "MuMIn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xhsc9hmx2b3zqyvpjs64rs90ccrfcsglrq2mhh85mgplsnva8qj"))))
|
||||
"0xqasb79lmdhff25zalzrpjwv6qs9qnxr54ypnqjjgshi96mbwvg"))))
|
||||
(properties `((upstream-name . "MuMIn")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-nlme))
|
||||
(propagated-inputs (list r-insight r-matrix r-nlme))
|
||||
(home-page "https://cran.r-project.org/package=MuMIn")
|
||||
(synopsis "Multi-Model Inference")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue