[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/185: gnu: r-sjstats: Update to 0.19.0.
From: |
guix-commits |
Subject: |
79/185: gnu: r-sjstats: Update to 0.19.0. |
Date: |
Tue, 2 Jul 2024 09:27:33 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit e6c7db71a5d6446312d39d434f45fd1b6754778c
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
- 66/185: gnu: r-gbrd: Update to 0.4.12., (continued)
- 66/185: gnu: r-gbrd: Update to 0.4.12., guix-commits, 2024/07/02
- 70/185: gnu: r-nodbi: Update to 0.10.5., guix-commits, 2024/07/02
- 71/185: gnu: r-writexls: Update to 6.6.0., guix-commits, 2024/07/02
- 67/185: gnu: r-prediction: Update to 0.3.18., guix-commits, 2024/07/02
- 69/185: gnu: r-sjmisc: Update to 2.8.10., guix-commits, 2024/07/02
- 72/185: gnu: r-biasedurn: Update to 2.0.12., guix-commits, 2024/07/02
- 73/185: gnu: r-doby: Update to 4.6.22., guix-commits, 2024/07/02
- 74/185: gnu: r-gee: Update to 4.13-27., guix-commits, 2024/07/02
- 75/185: gnu: r-targets: Update to 1.7.1., guix-commits, 2024/07/02
- 76/185: gnu: r-quickjsr: Update to 1.2.2., guix-commits, 2024/07/02
- 79/185: gnu: r-sjstats: Update to 0.19.0.,
guix-commits <=
- 78/185: gnu: r-tmb: Update to 1.9.13., guix-commits, 2024/07/02
- 84/185: gnu: r-qmri: Update to 1.2.7.6., guix-commits, 2024/07/02
- 91/185: gnu: r-lavaan: Update to 0.6-18., guix-commits, 2024/07/02
- 80/185: gnu: r-performance: Update to 0.12.0., guix-commits, 2024/07/02
- 89/185: gnu: r-epi: Update to 2.51., guix-commits, 2024/07/02
- 77/185: gnu: r-emmeans: Update to 1.10.3., guix-commits, 2024/07/02
- 83/185: gnu: r-waveslim: Update to 1.8.5., guix-commits, 2024/07/02
- 87/185: gnu: r-fields: Update to 16.2., guix-commits, 2024/07/02
- 86/185: gnu: r-gridpattern: Update to 1.2.2., guix-commits, 2024/07/02
- 85/185: gnu: r-rnifti: Update to 1.7.0., guix-commits, 2024/07/02