me
/
guix
Archived
1
0
Fork 0

gnu: r-stabs: Update to 0.6-4.

* gnu/packages/cran.scm (r-stabs): Update to 0.6-4.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2021-02-11 00:36:23 +01:00
parent 213ee65742
commit 212b7d0305
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 16 additions and 14 deletions

View File

@ -5186,15 +5186,17 @@ supports arbitrary vertex/edge/graph attributes.")
(define-public r-stabs (define-public r-stabs
(package (package
(name "r-stabs") (name "r-stabs")
(version "0.6-3") (version "0.6-4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "stabs" version)) (uri (cran-uri "stabs" version))
(sha256 (sha256
(base32 (base32
"17sa0sjxf6h7gx1ga1pxhv17yrz3qisaivbf5cbc3asvshhswqg9")))) "1nf1yg14cgxrs4np1yghpzw1nczaslfv3rvf3918wrlzg0vp6l7q"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/hofnerb/stabs") (home-page "https://github.com/hofnerb/stabs")
(synopsis "Stability selection with error control") (synopsis "Stability selection with error control")
(description (description