Archived
1
0
Fork 0

gnu: r-broom: Use HTTPS home page.

* gnu/packages/cran.scm (r-broom)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-07-05 01:25:02 +02:00
parent 142869f80f
commit 6e19d50e32
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1737,7 +1737,7 @@ created using basic graphics.")
("r-reshape2" ,r-reshape2) ("r-reshape2" ,r-reshape2)
("r-stringr" ,r-stringr) ("r-stringr" ,r-stringr)
("r-tidyr" ,r-tidyr))) ("r-tidyr" ,r-tidyr)))
(home-page "http://github.com/tidyverse/broom") (home-page "https://github.com/tidyverse/broom")
(synopsis "Convert statistical analysis objects into tidy data frames") (synopsis "Convert statistical analysis objects into tidy data frames")
(description (description
"This package provides tools to convert statistical analysis objects from "This package provides tools to convert statistical analysis objects from