mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-robust: Update to 0.7-0.
* gnu/packages/statistics.scm (r-robust): Update to 0.7-0.
This commit is contained in:
parent
ce8de14973
commit
21abb27570
1 changed files with 2 additions and 2 deletions
|
@ -5294,14 +5294,14 @@ (define-public r-fit-models
|
|||
(define-public r-robust
|
||||
(package
|
||||
(name "r-robust")
|
||||
(version "0.6-1")
|
||||
(version "0.7-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "robust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z8i0qqlsa6vpl457qir3dlsynhjfn2g22436d776vxwyqjx4vs9"))))
|
||||
"1fc4h19b7gn9ya2j2ia8vfgsycwlyc23frj54k11dr45w4qaq6jy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-fit-models r-lattice r-mass r-robustbase r-rrcov))
|
||||
|
|
Loading…
Reference in a new issue