1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: r-climaemet: Update to 1.5.1.

* gnu/packages/cran.scm (r-climaemet): Update to 1.5.1.
[native-inputs]: Remove r-knitr; add r-quarto.

Change-Id: I194c39e35faa873253d0387d88d57c23e281fc5f
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:05 +01:00
parent 553355d598
commit 9c1a3ead14

View File

@@ -9034,13 +9034,13 @@ k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.")
(define-public r-climaemet
(package
(name "r-climaemet")
(version "1.5.0")
(version "1.5.1")
(source (origin
(method url-fetch)
(uri (cran-uri "climaemet" version))
(sha256
(base32
"0yhck9qv7zjza66ja8xf32188l57c6cwkpmcsb6v9xfkbjydngcg"))))
"13zwbxqn7s5n4jdax4zr06v4nhi9hxi86yhww1fm9j1klhn04i6f"))))
(properties
'((upstream-name . "climaemet")
(updater-ignored-native-inputs . ("r-mapspain"))))
@@ -9057,7 +9057,7 @@ k-nearest neighbour, Learning Vector Quantization and Self-Organizing Maps.")
r-tibble
r-tidyr
r-xml2))
(native-inputs (list r-knitr r-sf r-terra r-testthat))
(native-inputs (list r-quarto r-sf r-terra r-testthat))
(home-page "https://ropenspain.github.io/climaemet/")
(synopsis "Climate AEMET Tools")
(description