diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-06-11 15:06:43 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-08 18:59:34 +0200 |
| commit | 0b1aec29a6d0e1591a0dfb4e8771173bbe79d137 (patch) | |
| tree | ef05d2646ff2478ddbcd8b3f2bf2aeabf0c9522b /gnu/packages/cran.scm | |
| parent | 67b783b4c130cbbdc77fd629939d226afdb76dac (diff) | |
gnu: r-mvtnorm: Disable tests.
Some tests time out on the build farm.
* gnu/packages/cran.scm (r-mvtnorm)[arguments]: Disable tests.
Change-Id: Ifac39ba773aa51c67ef869ed3495c04cac209a07
Diffstat (limited to 'gnu/packages/cran.scm')
| -rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c3ca7006e47..3f204228d8a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -14033,6 +14033,12 @@ Munsell colour system.") | |||
| 14033 | (base32 | 14033 | (base32 |
| 14034 | "0dn20wp8kwyqpracq4jzhi1blzv4rbd7pspr83nhp7prpfr7za6d")))) | 14034 | "0dn20wp8kwyqpracq4jzhi1blzv4rbd7pspr83nhp7prpfr7za6d")))) |
| 14035 | (build-system r-build-system) | 14035 | (build-system r-build-system) |
| 14036 | ;; Some tests time out on the build farm but pass on my laptop. | ||
| 14037 | (arguments | ||
| 14038 | (list #:tests? #false | ||
| 14039 | #:test-directory "tests" | ||
| 14040 | ;; This test times out on the build farm. | ||
| 14041 | #:skipped-tests '("regtest_coef.R"))) | ||
| 14036 | (native-inputs | 14042 | (native-inputs |
| 14037 | (list gfortran r-numderiv r-qrng)) | 14043 | (list gfortran r-numderiv r-qrng)) |
| 14038 | (home-page "https://mvtnorm.R-forge.R-project.org") | 14044 | (home-page "https://mvtnorm.R-forge.R-project.org") |
