[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/224: gnu: r-sjstats: Update to 0.19.0.
From: |
guix-commits |
Subject: |
79/224: gnu: r-sjstats: Update to 0.19.0. |
Date: |
Wed, 17 Jul 2024 03:11:13 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit 6de3c5189b755ffa0536f97c1593917aeef8ae3c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:40 2024 +0200
gnu: r-sjstats: Update to 0.19.0.
* gnu/packages/cran.scm (r-sjstats): Update to 0.19.0.
[propagated-inputs]: Remove r-bayestestr, r-broom, r-dplyr, r-emmeans,
r-lme4,
r-magrittr, r-mass, r-modelr, r-purrr, r-rlang, r-sjlabelled,
r-sjmisc, and r-tidyr.
Change-Id: I695feb9534237b8153530ef7349666ab30dc6499
---
gnu/packages/cran.scm | 23 +++--------------------
1 file changed, 3 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 836ef04dbd..27a2877bd5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18098,33 +18098,16 @@ detection, parallelism through BLAS and parallel user
templates.")
(define-public r-sjstats
(package
(name "r-sjstats")
- (version "0.18.2")
+ (version "0.19.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjstats" version))
(sha256
- (base32 "0a1y6bqyvgs0avzasr8g6vwcxcnj4d9g0rfz2qiznwadpjzqw66h"))))
+ (base32 "07qv32gnrhrl21zgj1xp1gqdqjn6ax1nf40s11nmpag8r0xgvqnk"))))
(build-system r-build-system)
(propagated-inputs
- (list r-bayestestr
- r-broom
- r-datawizard
- r-dplyr
- r-effectsize
- r-emmeans
- r-insight
- r-lme4
- r-magrittr
- r-mass
- r-modelr
- r-parameters
- r-performance
- r-purrr
- r-rlang
- r-sjlabelled
- r-sjmisc
- r-tidyr))
+ (list r-datawizard r-effectsize r-insight r-parameters r-performance))
(home-page "https://github.com/strengejacke/sjstats")
(synopsis "Functions for common statistical computations")
(description
- 53/224: gnu: r-cli: Update to 3.6.3., (continued)
- 53/224: gnu: r-cli: Update to 3.6.3., guix-commits, 2024/07/17
- 55/224: gnu: r-leaps: Update to 3.2., guix-commits, 2024/07/17
- 60/224: gnu: r-signal: Update to 1.8-1., guix-commits, 2024/07/17
- 61/224: gnu: r-rio: Update to 1.1.1., guix-commits, 2024/07/17
- 64/224: gnu: r-reticulate: Update to 1.38.0., guix-commits, 2024/07/17
- 70/224: gnu: r-nodbi: Update to 0.10.5., guix-commits, 2024/07/17
- 75/224: gnu: r-targets: Update to 1.7.1., guix-commits, 2024/07/17
- 81/224: gnu: r-ggeffects: Update to 1.7.0., guix-commits, 2024/07/17
- 80/224: gnu: r-performance: Update to 0.12.0., guix-commits, 2024/07/17
- 86/224: gnu: r-gridpattern: Update to 1.2.2., guix-commits, 2024/07/17
- 79/224: gnu: r-sjstats: Update to 0.19.0.,
guix-commits <=
- 88/224: gnu: r-cmprsk: Update to 2.2-12., guix-commits, 2024/07/17
- 93/224: gnu: r-spdata: Update to 2.3.1., guix-commits, 2024/07/17
- 108/224: gnu: r-lhs: Update to 1.2.0., guix-commits, 2024/07/17
- 112/224: gnu: r-rsconnect: Update to 1.3.1., guix-commits, 2024/07/17
- 113/224: gnu: r-scatterpie: Update to 0.2.3., guix-commits, 2024/07/17
- 122/224: gnu: r-mlr: Update to 2.19.2., guix-commits, 2024/07/17
- 115/224: gnu: r-lightgbm: Update to 4.4.0., guix-commits, 2024/07/17
- 131/224: gnu: r-paradox: Update to 1.0.0., guix-commits, 2024/07/17
- 127/224: gnu: r-mlr3pipelines: Update to 0.6.0., guix-commits, 2024/07/17
- 133/224: gnu: r-mlr3learners: Update to 0.7.0., guix-commits, 2024/07/17