guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit abee125d77a700ab6955c630b5a212fb25cec2c9
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Mar 12 13:37:24 2026 +0100
gnu: r-janitor: Enable all tests.
* gnu/packages/cran.scm (r-janitor)[arguments]: Remove phase
'delete-bad-tests.
Change-Id: I692fa87a7ae12647fc1ae8fe2b38c960f8c58cfa
---
gnu/packages/cran.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ef975b8a24..c3ac17e22c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -52464,10 +52464,6 @@ and \"Persuasion\".")
(list
#:phases
'(modify-phases %standard-phases
- (add-after 'unpack 'delete-bad-tests
- (lambda _
- ;; Fails because of unexpected warnings.
- (delete-file "tests/testthat/test-compare_df_cols.R")))
(add-before 'check 'set-timezone
(lambda* (#:key inputs #:allow-other-keys)
;; Six tests would fail without this.