Last updated on 2026-06-21 07:54:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 6.10 | 57.59 | 63.69 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 3.42 | 42.34 | 45.76 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 9.00 | 99.79 | 108.79 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 10.00 | 114.42 | 124.42 | WARN | |
| r-devel-windows-x86_64 | 1.0.3 | 10.00 | 96.00 | 106.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 5.78 | 54.64 | 60.42 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 5.98 | 53.84 | 59.82 | OK | |
| r-release-macos-arm64 | 1.0.3 | 2.00 | 41.00 | 43.00 | OK | |
| r-release-macos-x86_64 | 1.0.3 | 5.00 | 114.00 | 119.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 11.00 | 94.00 | 105.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | 2.00 | 46.00 | 48.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.3 | 5.00 | 111.00 | 116.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.3 | 13.00 | 108.00 | 121.00 | OK |
Version: 1.0.3
Check: whether the package can be loaded with stated dependencies
Result: WARN
Error: package or namespace load failed for ‘rcatfish’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘xml2’
Execution halted
It looks like this package (or one of its dependent packages) has an
unstated dependence on a standard package. All dependencies must be
declared in DESCRIPTION.
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.3
Check: whether the package can be unloaded cleanly
Result: WARN
Error: package or namespace load failed for ‘rcatfish’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘xml2’
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.3
Check: whether the namespace can be loaded with stated dependencies
Result: WARN
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘xml2’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
A namespace must be able to be loaded with just the base namespace
loaded: otherwise if the namespace gets loaded by a saved object, the
session will be unable to start.
Probably some imports need to be declared in the NAMESPACE file.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.3
Check: whether the namespace can be unloaded cleanly
Result: WARN
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘xml2’
Calls: suppressMessages ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.3
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for ‘rcatfish’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘xml2’
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavor: r-devel-linux-x86_64-fedora-gcc