Last updated on 2026-07-16 00:50:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.2.0 | 52.52 | 196.85 | 249.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.2.0 | 35.10 | 123.19 | 158.29 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 2.2.0 | 78.00 | 312.00 | 390.00 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.2.0 | 41.00 | 137.24 | 178.24 | NOTE | |
| r-devel-windows-x86_64 | 2.2.0 | 58.00 | 209.00 | 267.00 | OK | |
| r-patched-linux-x86_64 | 2.2.0 | 38.95 | 181.71 | 220.66 | OK | |
| r-release-linux-x86_64 | 2.2.0 | 40.93 | 183.71 | 224.64 | OK | |
| r-release-macos-arm64 | 2.2.0 | 10.00 | 24.00 | 34.00 | OK | |
| r-release-macos-x86_64 | 2.2.0 | 29.00 | 189.00 | 218.00 | OK | |
| r-release-windows-x86_64 | 2.2.0 | 61.00 | 211.00 | 272.00 | OK | |
| r-oldrel-macos-arm64 | 2.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.2.0 | 26.00 | 174.00 | 200.00 | OK | |
| r-oldrel-windows-x86_64 | 2.2.0 | 65.00 | 276.00 | 341.00 | OK |
Version: 2.2.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
Dire/tests/testthat/test-1-main.R (.Dim: 7, .Dimnames: 7, .Label: 1)
Dire/tests/testthat/test-2-composite.R (.Label: 2)
Dire/tests/testthat/test-3-gpcm.R (.Label: 6)
Dire/tests/testthat/test-5-primerIntercept.R (.Label: 3)
Dire/tests/testthat/test-6-primerReg.R (.Label: 3)
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.2.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
Dire/tests/testthat/test-1-main.R (.Dim: 7, .Dimnames: 7, .Label: 1)
Dire/tests/testthat/test-2-composite.R (.Label: 2)
Dire/tests/testthat/test-3-gpcm.R (.Label: 6)
Dire/tests/testthat/test-5-primerIntercept.R (.Label: 3)
Dire/tests/testthat/test-6-primerReg.R (.Label: 3)
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
'.Label' should be changed to 'levels'.
Flavor: r-devel-linux-x86_64-fedora-gcc