Last updated on 2026-07-19 02:50:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 7.65 | 205.47 | 213.12 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 5.36 | 140.79 | 146.15 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 12.00 | 315.00 | 327.00 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 140.56 | OK | |||
| r-devel-windows-x86_64 | 0.3.1 | 13.00 | 208.00 | 221.00 | OK | |
| r-patched-linux-x86_64 | 0.3.1 | 7.24 | 188.65 | 195.89 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 6.35 | 188.29 | 194.64 | OK | |
| r-release-macos-arm64 | 0.3.1 | 3.00 | 55.00 | 58.00 | OK | |
| r-release-macos-x86_64 | 0.3.1 | 7.00 | 370.00 | 377.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 13.00 | 199.00 | 212.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.1 | 2.00 | 59.00 | 61.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 7.00 | 334.00 | 341.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 15.00 | 279.00 | 294.00 | OK |
Version: 0.3.1
Check: whether the namespace can be loaded with stated dependencies
Result: NOTE
Warning in structure(list(package_dir = package_dir), .Names = c("package_dir"), :
Replacing special names ‘.Names’ is deprecated; use ‘names’ instead.
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-debian-clang