diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-26 18:21:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:50 +0100 |
commit | 17869c79dec07d464b191caf3afef1d1146e66d2 (patch) | |
tree | b31f56896721830f097f0e56b594f91fa56f3adc /gnu/packages/cran.scm | |
parent | 12e4ac2ccab0236b087edc8529500c07a5b2d1c1 (diff) | |
download | guix-17869c79dec07d464b191caf3afef1d1146e66d2.tar.gz guix-17869c79dec07d464b191caf3afef1d1146e66d2.zip |
gnu: r-tester: Disable tests.
* gnu/packages/cran.scm (r-tester)[arguments]: Disable tests.
Change-Id: I85ffcd3735018e267d020df95c9ceeef05a18e30
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 3a7f3845b6..ddf4b885a6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25507,6 +25507,8 @@ tensors.") (base32 "02q2l0c38ddzlh2jwbzkcyhh2k5a4gnfm8khl8cqvjkjhldi9j5y")))) (properties `((upstream-name . "tester"))) (build-system r-build-system) + ;; FIXME Tests fail with: could not find function "context" + (arguments (list #:tests? #false)) (native-inputs (list r-knitr r-testthat)) (home-page "https://fbertran.github.io/tester/") (synopsis "Tests and checks characteristics of R objects") |