mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-segmented: Update to 1.0-0.
* gnu/packages/statistics.scm (r-segmented): Update to 1.0-0.
This commit is contained in:
parent
5eddf1e291
commit
30f7acdb6b
1 changed files with 2 additions and 2 deletions
|
@ -3004,14 +3004,14 @@ (define-public r-futile-logger
|
|||
(define-public r-segmented
|
||||
(package
|
||||
(name "r-segmented")
|
||||
(version "0.5-4.0")
|
||||
(version "1.0-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "segmented" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wa0xjda2j33284jkp5hj1wdjysc5f4paj1s1lcixgawj4ckmxkz"))))
|
||||
"1igsfkffpa60zn6j45lhw1zgr5pz6rjknv2f3sylnx5l9fdwibgf"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/segmented")
|
||||
(synopsis "Regression models with breakpoints estimation")
|
||||
|
|
Loading…
Reference in a new issue