Last updated on 2026-09-25 08:54:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 29.96 | 259.27 | 289.23 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 18.91 | 161.03 | 179.94 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 20.00 | 165.42 | 185.42 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 20.00 | 166.27 | 186.27 | NOTE | |
| r-devel-windows-x86_64 | 0.1.0 | 29.00 | 228.00 | 257.00 | WARN | |
| r-patched-linux-x86_64 | 0.1.0 | 26.98 | 244.95 | 271.93 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 25.12 | 248.47 | 273.59 | OK | |
| r-release-macos-arm64 | 0.1.0 | 6.00 | 51.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 18.00 | 235.00 | 253.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 28.00 | 203.00 | 231.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | 6.00 | 51.00 | 57.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 18.00 | 237.00 | 255.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 37.00 | 310.00 | 347.00 | OK |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘methods’ ‘readr’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.0
Check: loading without being on the library search path
Result: WARN
Error: package or namespace load failed for 'scenfire' in .doLoadActions(where, attach):
error in load action .__A__.1 for package terra: loadModule(module = "spat", what = TRUE, env = ns, loadNow = TRUE): Unable to load module "spat": cannot open file 'd:/Rcompile/CRANpkg/lib/4.7/codetools/R/codetools.rdb': No such file or directory
Execution halted
It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
Flavor: r-devel-windows-x86_64