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
parent
213ee65742
commit
212b7d0305
|
@ -5185,27 +5185,29 @@ 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)
|
||||||
(home-page "https://github.com/hofnerb/stabs")
|
(native-inputs
|
||||||
(synopsis "Stability selection with error control")
|
`(("r-knitr" ,r-knitr)))
|
||||||
(description
|
(home-page "https://github.com/hofnerb/stabs")
|
||||||
"This package provides resampling procedures to assess the stability of
|
(synopsis "Stability selection with error control")
|
||||||
|
(description
|
||||||
|
"This package provides resampling procedures to assess the stability of
|
||||||
selected variables with additional finite sample error control for
|
selected variables with additional finite sample error control for
|
||||||
high-dimensional variable selection procedures such as Lasso or boosting.
|
high-dimensional variable selection procedures such as Lasso or boosting.
|
||||||
Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
|
Both, standard stability selection (Meinshausen & Buhlmann, 2010) and
|
||||||
complementary pairs stability selection with improved error bounds
|
complementary pairs stability selection with improved error bounds
|
||||||
(Shah & Samworth, 2013) are implemented. The package can be combined with
|
(Shah & Samworth, 2013) are implemented. The package can be combined with
|
||||||
arbitrary user specified variable selection approaches.")
|
arbitrary user specified variable selection approaches.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public r-rle
|
(define-public r-rle
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue