me
/
guix
Archived
1
0
Fork 0

gnu: r-segmented: Update to 1.3-3.

* gnu/packages/statistics.scm (r-segmented): Update to 1.3-3.
master
Ricardo Wurmus 2021-03-09 21:42:33 +01:00
parent 395ab04137
commit 84e98bbc4f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3037,14 +3037,14 @@ statements.")
(define-public r-segmented
(package
(name "r-segmented")
(version "1.3-2")
(version "1.3-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "segmented" version))
(sha256
(base32
"00fc5lcq5qqmw2c2cimrxw8jmd0jysx2p238c2ycykkb13jdwm5n"))))
"16036lp0dq7qqzy8wc4qsgv58zksz6hmgw51v88gl6xclryc670y"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/segmented")
(synopsis "Regression models with breakpoints estimation")