[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/73: gnu: r-additivitytests: Update to 1.1-4.1.
From: |
guix-commits |
Subject: |
28/73: gnu: r-additivitytests: Update to 1.1-4.1. |
Date: |
Sat, 2 Jul 2022 10:55:53 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit b6e79468fea8223f6b1d02323d906b4547e5d049
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 1 15:30:05 2022 +0200
gnu: r-additivitytests: Update to 1.1-4.1.
* gnu/packages/cran.scm (r-additivitytests): Update to 1.1-4.1.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 27d8c847f5..b8c65905c7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23663,17 +23663,18 @@ also supports low-level tensor operations and GPU
acceleration.")
(define-public r-additivitytests
(package
(name "r-additivitytests")
- (version "1.1-4")
+ (version "1.1-4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "additivityTests" version))
(sha256
(base32
- "048ds90wqjdjy1nyhna3m06asdklbh8sx1n556kss2j1r1pma1sw"))))
+ "00kzfv86z6kk0gvbz9mg3p6xi5fb8cn74rhslr17rdpd02md0884"))))
(properties
`((upstream-name . "additivityTests")))
(build-system r-build-system)
+ (native-inputs (list r-knitr))
(home-page "https://github.com/simecek/additivityTests")
(synopsis "Additivity tests in the two way Anova with single sub-class
numbers")
(description
- 27/73: gnu: r-fda: Update to 6.0.4., (continued)
- 27/73: gnu: r-fda: Update to 6.0.4., guix-commits, 2022/07/02
- 10/73: gnu: r-qap: Update to 0.1-2., guix-commits, 2022/07/02
- 24/73: gnu: r-lintr: Update to 3.0.0., guix-commits, 2022/07/02
- 26/73: gnu: r-r-devices: Update to 2.17.1., guix-commits, 2022/07/02
- 25/73: gnu: r-dalex: Update to 2.4.2., guix-commits, 2022/07/02
- 32/73: gnu: r-igraph: Update to 1.3.2., guix-commits, 2022/07/02
- 33/73: gnu: r-lobstr: Update to 1.1.2., guix-commits, 2022/07/02
- 38/73: gnu: r-phangorn: Update to 2.9.0., guix-commits, 2022/07/02
- 12/73: gnu: r-itsadug: Update to 2.4.1., guix-commits, 2022/07/02
- 14/73: gnu: r-sandwich: Update to 3.0-2., guix-commits, 2022/07/02
- 28/73: gnu: r-additivitytests: Update to 1.1-4.1.,
guix-commits <=
- 13/73: gnu: r-raster: Update to 3.5-21., guix-commits, 2022/07/02
- 19/73: gnu: r-strucchange: Update to 1.5-3., guix-commits, 2022/07/02
- 20/73: gnu: r-epi: Update to 2.47., guix-commits, 2022/07/02
- 21/73: gnu: r-globals: Update to 0.15.1., guix-commits, 2022/07/02
- 23/73: gnu: r-yulab-utils: Update to 0.0.5., guix-commits, 2022/07/02
- 30/73: gnu: r-hardhat: Update to 1.2.0., guix-commits, 2022/07/02
- 37/73: gnu: r-parsnip: Update to 1.0.0., guix-commits, 2022/07/02
- 44/73: gnu: r-dbi: Update to 1.1.3., guix-commits, 2022/07/02
- 49/73: gnu: r-r-utils: Update to 2.12.0., guix-commits, 2022/07/02
- 59/73: gnu: r-rtracklayer: Update to 1.56.1., guix-commits, 2022/07/02