[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/124: gnu: r-fda: Update to 5.4.0.
From: |
guix-commits |
Subject: |
72/124: gnu: r-fda: Update to 5.4.0. |
Date: |
Mon, 1 Nov 2021 17:29:12 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 55a263b7dff5b2904f335593931b781cbcdc81b4
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")
- 76/124: gnu: r-msm: Update to 1.6.9., (continued)
- 76/124: gnu: r-msm: Update to 1.6.9., guix-commits, 2021/11/01
- 80/124: gnu: r-rcdd: Update to 1.4., guix-commits, 2021/11/01
- 91/124: gnu: r-perm: Update to 1.0-0.2., guix-commits, 2021/11/01
- 92/124: gnu: r-qtl: Update to 1.50., guix-commits, 2021/11/01
- 112/124: gnu: r-tibble: Update to 3.1.5., guix-commits, 2021/11/01
- 115/124: gnu: r-readr: Update to 2.0.2., guix-commits, 2021/11/01
- 116/124: gnu: r-rcpparmadillo: Update to 0.10.7.0.0., guix-commits, 2021/11/01
- 118/124: gnu: r-viridis: Update to 0.6.2., guix-commits, 2021/11/01
- 61/124: gnu: r-optparse: Update to 1.7.1., guix-commits, 2021/11/01
- 64/124: gnu: r-pmcmr: Update to 4.4., guix-commits, 2021/11/01
- 72/124: gnu: r-fda: Update to 5.4.0.,
guix-commits <=
- 85/124: gnu: r-spatstat-geom: Update to 2.3-0., guix-commits, 2021/11/01
- 93/124: gnu: r-qtl2: Update to 0.28., guix-commits, 2021/11/01
- 107/124: gnu: r-stringi: Update to 1.7.5., guix-commits, 2021/11/01
- 113/124: gnu: r-data-table: Update to 1.14.2., guix-commits, 2021/11/01
- 121/124: gnu: r-hmisc: Update to 4.6-0., guix-commits, 2021/11/01
- 124/124: gnu: r-lubridate: Update to 1.8.0., guix-commits, 2021/11/01
- 68/124: gnu: r-systemfonts: Update to 1.0.3., guix-commits, 2021/11/01
- 73/124: gnu: r-actuar: Update to 3.2-0., guix-commits, 2021/11/01
- 75/124: gnu: r-anthropometry: Update to 1.16., guix-commits, 2021/11/01
- 81/124: gnu: r-optimx: Update to 2021-10.12., guix-commits, 2021/11/01