Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-segmented): Update to 1.3-0.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:44:55 +01:00
parent 111cdbba26
commit 84031ee8c1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3016,14 +3016,14 @@ statements.")
(define-public r-segmented (define-public r-segmented
(package (package
(name "r-segmented") (name "r-segmented")
(version "1.2-0") (version "1.3-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
"0r83p36l6m5sy4lxfjbfajn4gcqb0wv9zh7arny02s6c7fb4756y")))) "1a9nnlf8j8j4ik34z19x187s8ki7pv1aayr344jrpn3h6m8fk3x5"))))
(build-system r-build-system) (build-system r-build-system)
(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")