This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch r-team
in repository guix.
The following commit(s) were added to refs/heads/r-team by this push:
new a9228355ce gnu: r-aster: Disable vignettes.
a9228355ce is described below
commit a9228355ce81339dac5503d89ba47d0133cee838
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Mar 1 00:07:32 2026 +0100
gnu: r-aster: Disable vignettes.
* gnu/packages/cran.scm (r-aster)[arguments]: Only run tests.
Change-Id: Ic41fd15cc84ff1b19cf4b5e5fe8d5efdc92aa9ac
---
gnu/packages/cran.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7fbf5dd086..fe734055a0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -350,6 +350,8 @@ wrong.")
'((upstream-name . "aster")
(updater-extra-native-inputs . ("r-knitr"))))
(build-system r-build-system)
+ ;; Vignettes time out.
+ (arguments (list #:test-types '(list "tests")))
(propagated-inputs (list r-trust))
(native-inputs (list r-knitr r-numderiv))
(home-page "http://www.stat.umn.edu/geyer/aster/")