Last updated on 2026-07-15 23:51:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.1 | 14.66 | 136.97 | 151.63 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.2.1 | 8.98 | 98.05 | 107.03 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 2.2.1 | 25.00 | 208.71 | 233.71 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.1 | 10.00 | 95.38 | 105.38 | NOTE | |
| r-devel-windows-x86_64 | 2.2.1 | 16.00 | 141.00 | 157.00 | OK | |
| r-patched-linux-x86_64 | 2.2.1 | 14.59 | 129.28 | 143.87 | OK | |
| r-release-linux-x86_64 | 2.2.1 | 13.86 | 128.87 | 142.73 | OK | |
| r-release-macos-arm64 | 2.2.1 | 3.00 | 33.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 2.2.1 | 10.00 | 178.00 | 188.00 | OK | |
| r-release-windows-x86_64 | 2.2.1 | 15.00 | 139.00 | 154.00 | OK | |
| r-oldrel-macos-arm64 | 2.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 2.2.1 | 9.00 | 136.00 | 145.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2.1 | 22.00 | 186.00 | 208.00 | OK |
Version: 2.2.1
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
KinMixLite/demo/alltest.R (.Dim: 1, .Names: 1)
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.2.1
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
KinMixLite/demo/alltest.R (.Dim: 1, .Names: 1)
'.Dim' should be changed to 'dim'.
'.Names' should be changed to 'names'.
Flavor: r-devel-linux-x86_64-fedora-gcc