me
/
guix
Archived
1
0
Fork 0

gnu: r-forcats: Use HTTPS home page.

* gnu/packages/statistics.scm (r-forcats)[home-page]: Use HTTPS.
Tobias Geerinckx-Rice 2020-01-18 22:54:44 +01:00
parent 39c57484ea
commit 4ce61a9080
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -5499,7 +5499,7 @@ and the corresponding decision threshold.")
("r-magrittr" ,r-magrittr)
("r-tibble" ,r-tibble)
("r-rlang" ,r-rlang)))
(home-page "http://forcats.tidyverse.org")
(home-page "https://forcats.tidyverse.org")
(synopsis "Tools for working with factors")
(description "This package provides helpers for reordering factor
levels (including moving specified levels to front, ordering by first