guix-commits
[Top][All Lists]
Advanced

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

16/23: gnu: r-abn: Add test inputs.


From: guix-commits
Subject: 16/23: gnu: r-abn: Add test inputs.
Date: Mon, 25 Nov 2024 10:57:00 -0500 (EST)

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

commit 384e9eae4eb6bd319d36bb13a31f242c72846cde
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 25 14:23:56 2024 +0100

    gnu: r-abn: Add test inputs.
    
    * gnu/packages/bioconductor.scm (r-abn)[arguments]: Add phase
    'delete-bad-tests.
    [native-inputs]: Add r-entropy, r-moments, and r-rhpcblasctl.
    
    Change-Id: Id981a537882ecc620232049e6831de657ec7f29a
---
 gnu/packages/bioconductor.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 818d2c04b5..6811aed04e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -24054,6 +24054,14 @@ on the plot.")
         (base32
          "1sixgahjcy82yiiixgxiqbm8jcajqz0m3h0hwwm202iwzi3vyhiv"))))
     (build-system r-build-system)
+    (arguments
+     (list
+      #:phases
+      '(modify-phases %standard-phases
+         (add-after 'unpack 'delete-bad-tests
+           (lambda _
+             ;; Seven tests need INLA, which bundles mystery binaries.
+             (delete-file "tests/testthat/test-build_score_cache.R"))))))
     (inputs
      (list gsl))
     (propagated-inputs
@@ -24069,7 +24077,7 @@ on the plot.")
            r-rjags
            r-stringi))
     (native-inputs
-     (list r-knitr r-testthat))
+     (list r-entropy r-knitr r-moments r-rhpcblasctl r-testthat))
     (home-page "https://r-bayesian-networks.org/";)
     (synopsis "Modelling multivariate data with additive bayesian networks")
     (description



reply via email to

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