Last updated on 2025-12-09 23:52:10 CET.
| Package | WARN | NOTE | OK |
|---|---|---|---|
| bbknnR | 1 | 12 | |
| easy.utils | 2 | 11 | |
| hdf5r.Extra | 13 |
Current CRAN status: WARN: 1, OK: 12
Version: 2.0.2
Check: whether the package can be loaded with stated dependencies
Result: WARN
Loading required package: methods
Loading required package: utils
Error: package or namespace load failed for ‘bbknnR’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘shiny’
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-clang
Version: 2.0.2
Check: whether the package can be unloaded cleanly
Result: WARN
Error: package or namespace load failed for ‘bbknnR’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘shiny’
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.0.2
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 ‘shiny’
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: 2.0.2
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 ‘shiny’
Calls: suppressMessages ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.0.2
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for ‘bbknnR’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘shiny’
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
Current CRAN status: NOTE: 2, OK: 11
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘scales’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13