[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
83/185: gnu: r-waveslim: Update to 1.8.5.
From: |
guix-commits |
Subject: |
83/185: gnu: r-waveslim: Update to 1.8.5. |
Date: |
Tue, 2 Jul 2024 09:27:37 -0400 (EDT) |
rekado pushed a commit to branch r-team
in repository guix.
commit 27bd5089fb43a144926321313a1d950328a63594
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:41 2024 +0200
gnu: r-waveslim: Update to 1.8.5.
* gnu/packages/cran.scm (r-waveslim): Update to 1.8.5.
[propagated-inputs]: Add r-multitaper.
[native-inputs]: Remove gfortran.
Change-Id: I236727e1e3bc88290a5e6d861094d513f909b727
---
gnu/packages/cran.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b74fe4af2d..02818577f0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20092,17 +20092,17 @@ can be made by using glyphs.")
(define-public r-waveslim
(package
(name "r-waveslim")
- (version "1.8.4")
+ (version "1.8.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "waveslim" version))
(sha256
(base32
- "1510xpkgrhdw394m5anxccdczjikcxazyd09ix2z73i15akyx3j0"))))
+ "0xd7006skrsvkwj4pkxqbfsbs58rfcpfcfk1lf0gsd2y0wisi60y"))))
(build-system r-build-system)
- (native-inputs
- (list gfortran))
+ (propagated-inputs
+ (list r-multitaper))
(home-page "http://waveslim.blogspot.com")
(synopsis "Basic wavelet routines for signal processing")
(description
- 74/185: gnu: r-gee: Update to 4.13-27., (continued)
- 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, 2024/07/02
- 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 <=
- 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
- 92/185: gnu: r-unigd: Update to 0.1.2., guix-commits, 2024/07/02
- 95/185: gnu: r-rms: Update to 6.8-1., guix-commits, 2024/07/02
- 96/185: gnu: r-osqp: Update to 0.6.3.3., guix-commits, 2024/07/02
- 99/185: gnu: r-gbm: Update to 2.2.2., guix-commits, 2024/07/02
- 100/185: gnu: r-ggfun: Update to 0.1.5., guix-commits, 2024/07/02
- 103/185: gnu: r-dqrng: Update to 0.4.1., guix-commits, 2024/07/02
- 82/185: gnu: r-sjplot: Update to 2.8.16., guix-commits, 2024/07/02