gnu: r-segmented: Update to 1.4-0.

* gnu/packages/statistics.scm (r-segmented): Update to 1.4-0.
[propagated-inputs]: Add r-mass.
This commit is contained in:
Ricardo Wurmus 2022-02-01 17:01:35 +01:00
parent b0cf741ddf
commit d2f6c1263a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3113,15 +3113,16 @@ (define-public r-futile-logger
(define-public r-segmented
(package
(name "r-segmented")
(version "1.3-4")
(version "1.4-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "segmented" version))
(sha256
(base32
"0bchqcy308kbywavgyg9kb4543rbkfn753q9c6d7l7aw7sxvyxl2"))))
"0xn28gyqzmyz0kv352rkkznbj806arxj2am5a9gqsn1qzv9l0s9h"))))
(build-system r-build-system)
(propagated-inputs (list r-mass))
(home-page "https://cran.r-project.org/web/packages/segmented")
(synopsis "Regression models with breakpoints estimation")
(description