[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
- 08/51: gnu: r-bdsmatrix: Update to 1.3-6., (continued)
- 08/51: gnu: r-bdsmatrix: Update to 1.3-6., guix-commits, 2022/06/13
- 09/51: gnu: r-progressr: Update to 0.10.1., guix-commits, 2022/06/13
- 16/51: gnu: r-officer: Update to 0.4.3., guix-commits, 2022/06/13
- 18/51: gnu: r-rgl: Update to 0.109.2., guix-commits, 2022/06/13
- 19/51: gnu: r-admisc: Update to 0.28., guix-commits, 2022/06/13
- 25/51: gnu: r-adegenet: Update to 2.1.7., guix-commits, 2022/06/13
- 26/51: gnu: r-haplo-stats: Update to 1.8.9., guix-commits, 2022/06/13
- 28/51: gnu: r-aplot: Update to 0.1.6., guix-commits, 2022/06/13
- 30/51: gnu: r-randtoolbox: Update to 2.0.1., guix-commits, 2022/06/13
- 33/51: gnu: r-gghighlight: Update to 0.3.3., guix-commits, 2022/06/13
- 46/51: gnu: r-segmented: Update to 1.6-0.,
guix-commits <=
- 31/51: gnu: r-univoutl: Update to 0.4., guix-commits, 2022/06/13
- 42/51: gnu: r-sendmailr: Update to 1.2-1.1., guix-commits, 2022/06/13
- 47/51: gnu: r-e1071: Update to 1.7-11., guix-commits, 2022/06/13
- 48/51: gnu: r-r-oo: Update to 1.25.0., guix-commits, 2022/06/13
- 50/51: gnu: r-mnormt: Update to 2.1.0., guix-commits, 2022/06/13
- 36/51: gnu: r-posterior: Update to 1.2.2., guix-commits, 2022/06/13
- 22/51: gnu: r-parallelly: Update to 1.32.0., guix-commits, 2022/06/13
- 24/51: gnu: r-classint: Update to 0.4-7., guix-commits, 2022/06/13
- 29/51: gnu: r-terra: Update to 1.5-34., guix-commits, 2022/06/13
- 34/51: gnu: r-mi: Update to 1.1., guix-commits, 2022/06/13