[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/135: gnu: r-fda: Update to 5.4.0.
From: |
guix-commits |
Subject: |
72/135: gnu: r-fda: Update to 5.4.0. |
Date: |
Wed, 3 Nov 2021 18:00:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9be3daf763ab88452db4879cc274fc3d57cefefc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:45 2021 +0000
gnu: r-fda: Update to 5.4.0.
* gnu/packages/cran.scm (r-fda): Update to 5.4.0.
[propagated-inputs]: Add r-desolve.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6c3d259..5869dfa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22321,18 +22321,19 @@ variable observed over time.")
(define-public r-fda
(package
(name "r-fda")
- (version "5.1.9")
+ (version "5.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "fda" version))
(sha256
(base32
- "0yjrjsv55bcwqn2yxjgj3hn17wfvjvgngfw9xv3w802i52yz9gf8"))))
+ "000flssclb2c1sfm2czyp1qxrfrl9rp6bd8sw87ign8165maplqf"))))
(properties `((upstream-name . "fda")))
(build-system r-build-system)
(propagated-inputs
- `(("r-fds" ,r-fds)
+ `(("r-desolve" ,r-desolve)
+ ("r-fds" ,r-fds)
("r-matrix" ,r-matrix)))
(home-page "https://www.functionaldata.org")
(synopsis "Functional data analysis")
- 96/135: gnu: r-textshaping: Update to 0.3.6., (continued)
- 96/135: gnu: r-textshaping: Update to 0.3.6., guix-commits, 2021/11/03
- 98/135: gnu: r-textplot: Update to 0.2.1., guix-commits, 2021/11/03
- 100/135: gnu: r-stringfish: Update to 0.15.4., guix-commits, 2021/11/03
- 105/135: gnu: r-logger: Update to 0.2.2., guix-commits, 2021/11/03
- 82/135: gnu: r-lightgbm: Update to 3.3.0., guix-commits, 2021/11/03
- 89/135: gnu: r-tidytext: Update to 0.3.2., guix-commits, 2021/11/03
- 79/135: gnu: r-qgraph: Update to 1.9., guix-commits, 2021/11/03
- 104/135: gnu: r-paws-common: Update to 0.3.13., guix-commits, 2021/11/03
- 109/135: gnu: r-knitr: Update to 1.36., guix-commits, 2021/11/03
- 108/135: gnu: r-mime: Update to 0.12., guix-commits, 2021/11/03
- 72/135: gnu: r-fda: Update to 5.4.0.,
guix-commits <=
- 70/135: gnu: r-parameters: Update to 0.15.0., guix-commits, 2021/11/03
- 84/135: gnu: r-goftest: Update to 1.2-3., guix-commits, 2021/11/03
- 93/135: gnu: r-qtl2: Update to 0.28., guix-commits, 2021/11/03
- 94/135: gnu: r-seurat: Update to 4.0.5., guix-commits, 2021/11/03
- 102/135: gnu: r-ztpln: Update to 0.1.2., guix-commits, 2021/11/03
- 106/135: gnu: r-mgcv: Update to 1.8-38., guix-commits, 2021/11/03
- 107/135: gnu: r-stringi: Update to 1.7.5., guix-commits, 2021/11/03
- 03/135: gnu: r-diffobj: Update to 0.3.5., guix-commits, 2021/11/03
- 09/135: gnu: r-pkgload: Update to 1.2.3., guix-commits, 2021/11/03
- 08/135: gnu: r-geosphere: Update to 1.5-14., guix-commits, 2021/11/03