gnu: r-feature: Update to 1.2.14.
* gnu/packages/cran.scm (r-feature): Update to 1.2.14. [propagated-inputs]: Remove r-misc3d and r-rgl. [native-inputs]: Add r-knitr.master
parent
8c2febd8d0
commit
a40c6998e1
|
@ -10231,19 +10231,19 @@ hypothesis testing.")
|
||||||
(define-public r-feature
|
(define-public r-feature
|
||||||
(package
|
(package
|
||||||
(name "r-feature")
|
(name "r-feature")
|
||||||
(version "1.2.13")
|
(version "1.2.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "feature" version))
|
(uri (cran-uri "feature" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
|
"1c12rny9nx8dynzxbcf49h76a7wlmsk1m131wh0jiyqx3c3y41y1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ks" ,r-ks)
|
`(("r-ks" ,r-ks)))
|
||||||
("r-misc3d" ,r-misc3d)
|
(native-inputs
|
||||||
("r-rgl" ,r-rgl)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "http://www.mvstat.net/tduong/")
|
(home-page "http://www.mvstat.net/tduong/")
|
||||||
(synopsis "Inferential feature significance for kernel density estimation")
|
(synopsis "Inferential feature significance for kernel density estimation")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue