guix-commits
[Top][All Lists]
Advanced

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

35/60: gnu: r-forestplot: Add missing input.


From: guix-commits
Subject: 35/60: gnu: r-forestplot: Add missing input.
Date: Tue, 26 Nov 2024 13:02:24 -0500 (EST)

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

commit e7ab75173dc9b58107bcedd095dda743bbc0ba13
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 26 18:06:01 2024 +0100

    gnu: r-forestplot: Add missing input.
    
    * gnu/packages/cran.scm (r-forestplot)[native-inputs]: Add r-dplyr and
    r-tidyr.
    [arguments]: Add phase 'delete-bad-tests.
    
    Change-Id: I31efb7a69a311e25a41eec176567e8531ffa29e4
---
 gnu/packages/cran.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 541b822d69..6aa8d9fea2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35006,9 +35006,17 @@ space models and automatic ARIMA modelling.")
                 "1k1d42am2mqz9s6knqqyrgp5ph8md77bxxjfv1q1bdqmn1k44sbz"))))
     (properties `((upstream-name . "forestplot")))
     (build-system r-build-system)
+    (arguments
+     (list
+      #:phases
+      '(modify-phases %standard-phases
+         (add-after 'unpack 'delete-bad-tests
+           (lambda _
+             ;; This depends on r-greg, which depends on this package.
+             (delete-file "tests/test_visual_with_Greg.R"))))))
     (propagated-inputs
      (list r-abind r-checkmate))
-    (native-inputs (list r-knitr r-testthat))
+    (native-inputs (list r-dplyr r-knitr r-testthat r-tidyr))
     (home-page "https://gforge.se/packages/";)
     (synopsis "Advanced forest plot using @code{grid} graphics")
     (description



reply via email to

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