[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/25: gnu: r-pastecs: Update to 1.4.2.
From: |
guix-commits |
Subject: |
03/25: gnu: r-pastecs: Update to 1.4.2. |
Date: |
Thu, 1 Feb 2024 17:09:40 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 00aa9f5e37c303bc1957b26136b6eadf33f83aa3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 1 22:13:01 2024 +0100
gnu: r-pastecs: Update to 1.4.2.
* gnu/packages/cran.scm (r-pastecs): Update to 1.4.2.
[native-inputs]: Add r-knitr.
Change-Id: I1b42b00e9fd11111faef5fed1f682273a9f6cb88
---
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 70d4b30f92..c4192c4066 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6256,16 +6256,17 @@ Station Long Term Ecological Research (LTER) Program.")
(define-public r-pastecs
(package
(name "r-pastecs")
- (version "1.3.21")
+ (version "1.4.2")
(source (origin
(method url-fetch)
(uri (cran-uri "pastecs" version))
(sha256
(base32
- "0z4dic94ar646w7zc2ggi5hgvf2qnznsani94c5pyql8zspz47lc"))))
+ "1y3nngdmslbs1rls0n2nbx8jpp9z3nvv11w1z6rff6v0ky05ddj3"))))
(build-system r-build-system)
(propagated-inputs
(list r-boot))
+ (native-inputs (list r-knitr))
(home-page "https://github.com/phgrosjean/pastecs")
(synopsis "Analysis of space-time ecological series")
(description
- branch master updated (a879dd8b36 -> ed8876cc72), guix-commits, 2024/02/01
- 01/25: gnu: r-ggfittext: Update to 0.10.2., guix-commits, 2024/02/01
- 02/25: gnu: r-climaemet: Update to 1.2.1., guix-commits, 2024/02/01
- 03/25: gnu: r-pastecs: Update to 1.4.2.,
guix-commits <=
- 05/25: gnu: r-reticulate: Update to 1.35.0., guix-commits, 2024/02/01
- 06/25: gnu: r-insight: Update to 0.19.8., guix-commits, 2024/02/01
- 08/25: gnu: r-pscl: Update to 1.5.9., guix-commits, 2024/02/01
- 10/25: gnu: r-bayesplot: Update to 1.11.0., guix-commits, 2024/02/01
- 04/25: gnu: r-magicaxis: Update to 2.4.5., guix-commits, 2024/02/01
- 09/25: gnu: r-quickjsr: Update to 1.1.3., guix-commits, 2024/02/01
- 07/25: gnu: r-intergraph: Update to 2.0-4., guix-commits, 2024/02/01
- 11/25: gnu: r-compositions: Update to 2.0-8., guix-commits, 2024/02/01
- 17/25: gnu: r-spatstat-explore: Update to 3.2-6., guix-commits, 2024/02/01
- 23/25: gnu: r-coda: Update to 0.19-4.1., guix-commits, 2024/02/01