mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
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:
parent
b0cf741ddf
commit
d2f6c1263a
1 changed files with 3 additions and 2 deletions
|
@ -3113,15 +3113,16 @@ (define-public r-futile-logger
|
||||||
(define-public r-segmented
|
(define-public r-segmented
|
||||||
(package
|
(package
|
||||||
(name "r-segmented")
|
(name "r-segmented")
|
||||||
(version "1.3-4")
|
(version "1.4-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "segmented" version))
|
(uri (cran-uri "segmented" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bchqcy308kbywavgyg9kb4543rbkfn753q9c6d7l7aw7sxvyxl2"))))
|
"0xn28gyqzmyz0kv352rkkznbj806arxj2am5a9gqsn1qzv9l0s9h"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-mass))
|
||||||
(home-page "https://cran.r-project.org/web/packages/segmented")
|
(home-page "https://cran.r-project.org/web/packages/segmented")
|
||||||
(synopsis "Regression models with breakpoints estimation")
|
(synopsis "Regression models with breakpoints estimation")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue