mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-tsa: Use HTTPS home page.
* gnu/packages/cran.scm (r-tsa)[home-page]: Use HTTPS.
This commit is contained in:
parent
ac5bd7f0f0
commit
1c131432bd
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
|
||||
;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
|
||||
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
|
||||
;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
|
||||
;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
|
||||
|
@ -4513,7 +4513,7 @@ (define-public r-tsa
|
|||
`(("r-leaps" ,r-leaps)
|
||||
("r-locfit" ,r-locfit)
|
||||
("r-mgcv" ,r-mgcv)))
|
||||
(home-page "http://www.stat.uiowa.edu/~kchan/TSA.htm")
|
||||
(home-page "https://homepage.divms.uiowa.edu/~kchan/TSA.htm")
|
||||
(synopsis "Time series analysis")
|
||||
(description
|
||||
"This package contains R functions and datasets detailed in the book
|
||||
|
|
Loading…
Reference in a new issue