3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:42:34 +01:00
parent 8c2febd8d0
commit a40c6998e1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10231,19 +10231,19 @@ hypothesis testing.")
(define-public r-feature
(package
(name "r-feature")
(version "1.2.13")
(version "1.2.14")
(source
(origin
(method url-fetch)
(uri (cran-uri "feature" version))
(sha256
(base32
"07hkw0bv38naj2hdsx4xxrm2dngi6w3rbvgr7s50bjic8hlgy1ra"))))
"1c12rny9nx8dynzxbcf49h76a7wlmsk1m131wh0jiyqx3c3y41y1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ks" ,r-ks)
("r-misc3d" ,r-misc3d)
("r-rgl" ,r-rgl)))
`(("r-ks" ,r-ks)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "http://www.mvstat.net/tduong/")
(synopsis "Inferential feature significance for kernel density estimation")
(description