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

* gnu/packages/statistics.scm (r-segmented): Update to 1.6-0.
[propagated-inputs]: Add r-nlme.
This commit is contained in:
Ricardo Wurmus 2022-06-13 14:22:03 +02:00
parent 944b4224e8
commit 03aba54185
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3116,16 +3116,16 @@ (define-public r-futile-logger
(define-public r-segmented
(package
(name "r-segmented")
(version "1.5-0")
(version "1.6-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "segmented" version))
(sha256
(base32
"1d8np6psnmqyq3bxxd17ivp6pq6p8rx5hal4bgz8ckc4d1i9lp6n"))))
"0sg59j59kz3zrwl3mi4ps1qw3hvwljygqa1d652vjdsx9w57zbvb"))))
(build-system r-build-system)
(propagated-inputs (list r-mass))
(propagated-inputs (list r-mass r-nlme))
(home-page "https://cran.r-project.org/web/packages/segmented")
(synopsis "Regression models with breakpoints estimation")
(description