mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: r-feature: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-feature)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
fef822f90a
commit
a35496d6e3
1 changed files with 1 additions and 1 deletions
|
@ -11296,7 +11296,7 @@ (define-public r-feature
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue