guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/27: gnu: r-spacetime: Do not build vignettes.


From: guix-commits
Subject: 10/27: gnu: r-spacetime: Do not build vignettes.
Date: Sun, 24 Nov 2024 07:18:13 -0500 (EST)

rekado pushed a commit to branch r-team
in repository guix.

commit f77aa0ca08c5644f0590186c996d5ed901952145
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 24 10:28:23 2024 +0100

    gnu: r-spacetime: Do not build vignettes.
    
    * gnu/packages/cran.scm (r-spacetime)[arguments]: Skip vignettes.
    
    Change-Id: I6ea95012e88ef868b516524dea32d6b1c2248a46
---
 gnu/packages/cran.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f5e07f4e98..d6451faf4b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -45028,6 +45028,9 @@ API.")
                 "01dvih9f7m7vmjv057d1lls5kyxq5h87mmxaby566r9b2svrx0fn"))))
     (properties `((upstream-name . "spacetime")))
     (build-system r-build-system)
+    ;; Vignettes fail on file jss816.R with:
+    ;; object 'nc' not found
+    (arguments (list #:test-types '(list "tests")))
     (propagated-inputs (list r-intervals r-lattice r-sp r-xts r-zoo))
     (native-inputs (list r-knitr))
     (home-page "https://github.com/edzer/spacetime/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]