Last updated on 2023-07-09 13:23:40 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 10.75 | 100.71 | 111.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 8.39 | 74.38 | 82.77 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 143.64 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 132.57 | ERROR | |||
r-devel-windows-x86_64 | 1.1.0 | 13.00 | 86.00 | 99.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 10.28 | 93.96 | 104.24 | OK | |
r-release-linux-x86_64 | 1.1.0 | 10.82 | 95.73 | 106.55 | OK | |
r-release-macos-arm64 | 1.1.0 | 42.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 71.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 14.00 | 113.00 | 127.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 38.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 54.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 14.00 | 115.00 | 129.00 | OK |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘babelwhale-Ex.R’ failed
The error most likely occurred in:
> ### Name: test_singularity_installation
> ### Title: Tests whether singularity is correctly installed and available
> ### Aliases: test_singularity_installation
>
> ### ** Examples
>
> test_singularity_installation()
[1] TRUE
>
> if (test_singularity_installation()) {
+ test_singularity_installation(detailed = TRUE)
+ }
Error in test_singularity_installation(detailed = TRUE) :
❌ An older version of Singularity was detected (1.1.7-1.fc36
). Install the latest stable release following the installation instructions at https://sylabs.io/docs/.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc