Last updated on 2026-07-15 23:51:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9-10 | 28.15 | 205.87 | 234.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9-10 | 20.39 | 137.86 | 158.25 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.9-10 | 44.00 | 308.33 | 352.33 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9-10 | 20.00 | 132.92 | 152.92 | NOTE | |
| r-devel-windows-x86_64 | 0.9-10 | 34.00 | 201.00 | 235.00 | OK | |
| r-patched-linux-x86_64 | 0.9-10 | 27.49 | 188.59 | 216.08 | OK | |
| r-release-linux-x86_64 | 0.9-10 | 27.57 | 189.14 | 216.71 | OK | |
| r-release-macos-arm64 | 0.9-10 | 7.00 | 44.00 | 51.00 | OK | |
| r-release-macos-x86_64 | 0.9-10 | 19.00 | 182.00 | 201.00 | OK | |
| r-release-windows-x86_64 | 0.9-10 | 38.00 | 201.00 | 239.00 | OK | |
| r-oldrel-macos-arm64 | 0.9-10 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9-10 | 14.00 | 124.00 | 138.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9-10 | 49.00 | 265.00 | 314.00 | OK |
Version: 0.9-10
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
RDS/R/bootstrap.contingency.test.R (.Names: 1)
RDS/tests/testthat/test-estimators.R (.Label: 2, .Names: 1)
RDS/tests/testthat/test-rds-II.R (.Names: 1)
RDS/tests/testthat/test-rds-mc.R (.Names: 2, .Dim: 1, .Dimnames: 1)
RDS/tests/testthat/test-rds-ss.R (.Names: 3, .Dim: 1, .Dimnames: 1)
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9-10
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
RDS/R/bootstrap.contingency.test.R (.Names: 1)
RDS/tests/testthat/test-estimators.R (.Label: 2, .Names: 1)
RDS/tests/testthat/test-rds-II.R (.Names: 1)
RDS/tests/testthat/test-rds-mc.R (.Names: 2, .Dim: 1, .Dimnames: 1)
RDS/tests/testthat/test-rds-ss.R (.Names: 3, .Dim: 1, .Dimnames: 1)
'.Names' should be changed to 'names'.
'.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