Last updated on 2026-07-15 23:51:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 1.64 | 30.88 | 32.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 1.60 | 26.68 | 28.28 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 47.27 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 30.07 | NOTE | |||
| r-devel-windows-x86_64 | 1.0.3 | 4.00 | 64.00 | 68.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 2.04 | 28.94 | 30.98 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 1.90 | 28.93 | 30.83 | OK | |
| r-release-macos-arm64 | 1.0.3 | 1.00 | 16.00 | 17.00 | OK | |
| r-release-macos-x86_64 | 1.0.3 | 2.00 | 51.00 | 53.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 5.00 | 67.00 | 72.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.3 | 2.00 | 87.00 | 89.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.3 | 4.00 | 70.00 | 74.00 | OK |
Version: 1.0.3
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
HandTill2001/tests/testthat/test-classes.R (.Label: 3, .Dim: 2, .Dimnames: 2)
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.3
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
HandTill2001/tests/testthat/test-classes.R (.Label: 3, .Dim: 2, .Dimnames: 2)
'.Label' should be changed to 'levels'.
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
Flavor: r-devel-linux-x86_64-fedora-gcc