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 b6def22de9 gnu: r-msigdbr: Enable tests.
b6def22de9 is described below

commit b6def22de93b647fceb35e2b23bf1cab880393bd
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 22:31:35 2025 +0100

    gnu: r-msigdbr: Enable tests.
    
    The CRAN tarball appears to have been replaced in place shortly after the
    initial upload.
    
    * gnu/packages/cran.scm (r-msigdbr)[source]: Update hash.
    [arguments]: Remove phase 'disable-bad-tests.
    
    Change-Id: Iff1678e3802178ff344fc7efdee20f897df08f03
---
 gnu/packages/cran.scm | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab1970919f..f74dc9f17e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -37551,27 +37551,8 @@ compiled by the HGNC Comparison of Orthology 
Predictions (HCOP).")
        (uri (cran-uri "msigdbr" version))
        (sha256
         (base32
-         "00nhzpkxhkbn01v1xwngqxrlcg37f3m7xlkd3b88lsr2l2fr5596"))))
+         "19m3588nw8nl1d5v2394i79hfrghcaylblqvbrfg5w9dfiw5pxbz"))))
     (build-system r-build-system)
-    (arguments
-     (list
-      #:phases
-      '(modify-phases %standard-phases
-         (add-after 'unpack 'disable-bad-tests
-           (lambda _
-             ;; These tests attempt to download a data file.
-             (substitute* "tests/testthat/test-msigdbr-collections.R"
-               ((".*msigdbr_collections\\(\\).*" m)
-                (string-append m "skip('skip');\n")))
-             (substitute* "tests/testthat/test-msigdbr.R"
-               ((".*collections and subcollections.*" m)
-                (string-append m "skip('skip');\n"))
-               ((".*msigdbr\\(\\) subcollection partial match.*" m)
-                (string-append m "skip('skip');\n"))
-               ((".*deprecated parameters.*" m)
-                (string-append m "skip('skip');\n"))
-               ((".*species.*" m)
-                (string-append m "skip('skip');\n"))))))))
     (propagated-inputs
      (list r-assertthat
            r-babelgene

Reply via email to