gnu: r-feature: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-feature)[home-page]: Use HTTPS URI.master
parent
fef822f90a
commit
a35496d6e3
|
@ -11296,7 +11296,7 @@ hypothesis testing.")
|
|||
("r-plot3d" ,r-plot3d)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "http://www.mvstat.net/tduong/")
|
||||
(home-page "https://www.mvstat.net/tduong/")
|
||||
(synopsis "Inferential feature significance for kernel density estimation")
|
||||
(description
|
||||
"The feature package contains functions to display and compute kernel
|
||||
|
|
Reference in New Issue