gnu: r-pbkrtest: Use HTTPS home page URI.
* gnu/packages/statistics.scm (r-pbkrtest)[home-page]: Use HTTPS URI.master
parent
e96b71203c
commit
2ee7eaba1e
|
@ -5219,7 +5219,7 @@ C++ library for numerical linear algebra and RcppEigen glue.")
|
||||||
("r-numderiv" ,r-numderiv)))
|
("r-numderiv" ,r-numderiv)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "http://people.math.aau.dk/~sorenh/software/pbkrtest/")
|
(home-page "https://people.math.aau.dk/~sorenh/software/pbkrtest/")
|
||||||
(synopsis "Methods for linear mixed model comparison")
|
(synopsis "Methods for linear mixed model comparison")
|
||||||
(description
|
(description
|
||||||
"This package implements a parametric bootstrap test and a Kenward Roger
|
"This package implements a parametric bootstrap test and a Kenward Roger
|
||||||
|
|
Reference in New Issue