guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

33/36: gnu: r-segmented: Update to 1.4-0.


From: guix-commits
Subject: 33/36: gnu: r-segmented: Update to 1.4-0.
Date: Tue, 1 Feb 2022 13:36:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d2f6c1263ae000050714cb24a84fae2f0d0a0570
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 1 17:01:35 2022 +0100

    gnu: r-segmented: Update to 1.4-0.
    
    * gnu/packages/statistics.scm (r-segmented): Update to 1.4-0.
    [propagated-inputs]: Add r-mass.
---
 gnu/packages/statistics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 109e095e31..55f22a84ac 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3113,15 +3113,16 @@ statements.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]