[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
125/214: gnu: r-fda: Update to 6.0.3.
From: |
guix-commits |
Subject: |
125/214: gnu: r-fda: Update to 6.0.3. |
Date: |
Sat, 28 May 2022 04:37:43 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 7086992008f74950bd0468d580dc9bcbd8474f42
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:41 2022 +0200
gnu: r-fda: Update to 6.0.3.
* gnu/packages/cran.scm (r-fda): Update to 6.0.3.
[propagated-inputs]: Remove r-matrix.
[native-inputs]: Add r-knitr.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e832107a9e..4c8704d133 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23014,18 +23014,20 @@ variable observed over time.")
(define-public r-fda
(package
(name "r-fda")
- (version "5.5.1")
+ (version "6.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "fda" version))
(sha256
(base32
- "0fm2vswc8fdi2p1axby0hjwh8m6lc1zrdikrpiamilr6w9m2zanw"))))
+ "1lvp4i4hqz650k27sa5flbdlkalihc79xy9128hfhr16h6wi8n10"))))
(properties `((upstream-name . "fda")))
(build-system r-build-system)
(propagated-inputs
- (list r-desolve r-fds r-matrix))
+ (list r-desolve r-fds))
+ (native-inputs
+ (list r-knitr))
(home-page "https://www.functionaldata.org")
(synopsis "Functional data analysis")
(description
- 65/214: gnu: r-th-data: Update to 1.1-1., (continued)
- 65/214: gnu: r-th-data: Update to 1.1-1., guix-commits, 2022/05/28
- 95/214: gnu: r-penalized: Update to 0.9-52., guix-commits, 2022/05/28
- 113/214: gnu: r-dalex: Update to 2.4.1., guix-commits, 2022/05/28
- 105/214: gnu: r-r2html: Update to 2.3.3., guix-commits, 2022/05/28
- 104/214: gnu: r-hapassoc: Update to 1.2-9., guix-commits, 2022/05/28
- 96/214: gnu: r-gmodels: Update to 2.18.1.1., guix-commits, 2022/05/28
- 122/214: gnu: r-randtoolbox: Update to 2.0.0., guix-commits, 2022/05/28
- 128/214: gnu: r-rsvg: Update to 2.3.1., guix-commits, 2022/05/28
- 137/214: gnu: r-packrat: Update to 0.8.0., guix-commits, 2022/05/28
- 147/214: gnu: r-exactranktests: Update to 0.8-35., guix-commits, 2022/05/28
- 125/214: gnu: r-fda: Update to 6.0.3.,
guix-commits <=
- 154/214: gnu: r-seurat: Update to 4.1.1., guix-commits, 2022/05/28
- 164/214: gnu: r-rmisc: Update to 1.5.1., guix-commits, 2022/05/28
- 100/214: gnu: r-polspline: Update to 1.1.20., guix-commits, 2022/05/28
- 108/214: gnu: r-arrow: Update to 8.0.0., guix-commits, 2022/05/28
- 08/214: gnu: r-scales: Update to 1.2.0., guix-commits, 2022/05/28
- 07/214: gnu: r-zoo: Update to 1.8-10., guix-commits, 2022/05/28
- 09/214: gnu: r-polychrome: Update to 1.5.1., guix-commits, 2022/05/28
- 14/214: gnu: r-fastghquad: Update to 1.0.1., guix-commits, 2022/05/28
- 20/214: gnu: r-circlize: Update to 0.4.15., guix-commits, 2022/05/28
- 28/214: gnu: r-energy: Update to 1.7-10., guix-commits, 2022/05/28