Last updated on 2026-07-17 02:50:31 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 4.94 | 66.11 | 71.05 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 3.35 | 46.31 | 49.66 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 8.00 | 101.76 | 109.76 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 51.35 | NOTE | |||
| r-devel-windows-x86_64 | 1.0.1 | 10.00 | 93.00 | 103.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.1 | 5.17 | 61.97 | 67.14 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 4.64 | 61.30 | 65.94 | OK | |
| r-release-macos-arm64 | 1.0.1 | 2.00 | 22.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 5.00 | 79.00 | 84.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 11.00 | 88.00 | 99.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 1.00 | 40.00 | 41.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 5.00 | 104.00 | 109.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 13.00 | 107.00 | 120.00 | OK |
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
randomizr/tests/testthat/test-block_ra.R (.Dim: 2, .Dimnames: 2)
randomizr/tests/testthat/test-complete_ra.R (.Dim: 1, .Dimnames: 1, .Names: 1)
randomizr/tests/testthat/test-strata_rs.R (.Dim: 2, .Dimnames: 2)
randomizr/tests/testthat/test-tricky-examples.R (.Dim: 3, .Dimnames: 3, .Names: 3)
randomizr/tests/testthat/test_assignment_declarations.R (.Dim: 1, .Dimnames: 1)
randomizr/tests/testthat/test_sampling_declarations.R (.Dim: 1, .Dimnames: 1)
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
'.Names' should be changed to 'names'.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.1
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
randomizr/tests/testthat/test-block_ra.R (.Dim: 2, .Dimnames: 2)
randomizr/tests/testthat/test-complete_ra.R (.Dim: 1, .Dimnames: 1, .Names: 1)
randomizr/tests/testthat/test-strata_rs.R (.Dim: 2, .Dimnames: 2)
randomizr/tests/testthat/test-tricky-examples.R (.Dim: 3, .Dimnames: 3, .Names: 3)
randomizr/tests/testthat/test_assignment_declarations.R (.Dim: 1, .Dimnames: 1)
randomizr/tests/testthat/test_sampling_declarations.R (.Dim: 1, .Dimnames: 1)
Flavor: r-devel-windows-x86_64