gnu: r-bayesplot: Use HTTPS home page.
* gnu/packages/cran.scm (r-bayesplot)[home-page]: Use HTTPS.
This commit is contained in:
parent
8b660be1c1
commit
98e61365fb
1 changed files with 1 additions and 1 deletions
|
@ -8360,7 +8360,7 @@ (define-public r-bayesplot
|
|||
("r-rlang" ,r-rlang)
|
||||
("r-tibble" ,r-tibble)
|
||||
("r-tidyselect" ,r-tidyselect)))
|
||||
(home-page "http://mc-stan.org/bayesplot")
|
||||
(home-page "https://mc-stan.org/bayesplot")
|
||||
(synopsis "Plotting for Bayesian models")
|
||||
(description
|
||||
"This package provides plotting functions for posterior analysis, model
|
||||
|
|
Loading…
Reference in a new issue