CRAN Package Check Results for Package mispitools

Last updated on 2025-12-16 17:49:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 13.90 116.12 130.02 OK
r-devel-linux-x86_64-debian-gcc 1.2.0 9.45 79.76 89.21 OK
r-devel-linux-x86_64-fedora-clang 1.2.0 25.00 WARN
r-devel-linux-x86_64-fedora-gcc 1.2.0 22.00 160.82 182.82 OK
r-devel-windows-x86_64 1.2.0 17.00 117.00 134.00 OK
r-patched-linux-x86_64 1.2.0 14.96 104.30 119.26 OK
r-release-linux-x86_64 1.2.0 12.78 106.77 119.55 OK
r-release-macos-arm64 1.2.0 OK
r-release-macos-x86_64 1.2.0 8.00 83.00 91.00 OK
r-release-windows-x86_64 1.2.0 17.00 116.00 133.00 OK
r-oldrel-macos-arm64 1.2.0 OK
r-oldrel-macos-x86_64 1.2.0 8.00 124.00 132.00 OK
r-oldrel-windows-x86_64 1.2.0 20.00 149.00 169.00 OK

Check Details

Version: 1.2.0
Check: whether the namespace can be loaded with stated dependencies
Result: WARN Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘zoo’ 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-clang

Version: 1.2.0
Check: whether the namespace can be unloaded cleanly
Result: WARN Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘zoo’ Calls: suppressMessages ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.2.0
Check: loading without being on the library search path
Result: WARN Error: package or namespace load failed for ‘mispitools’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘zoo’ 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-clang