guix-commits
[Top][All Lists]
Advanced

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

46/51: gnu: r-segmented: Update to 1.6-0.


From: guix-commits
Subject: 46/51: gnu: r-segmented: Update to 1.6-0.
Date: Mon, 13 Jun 2022 09:26:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 03aba541856513a6f1ca2a80480f9ec2be06bc58
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:22:03 2022 +0200

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index bce0336d69..8d597c52ea 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3116,16 +3116,16 @@ statements.")
 (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



reply via email to

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