Last updated on 2026-08-29 12:50:55 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.1 | 30.61 | 560.61 | 591.22 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0.1 | 24.45 | 344.47 | 368.92 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0.1 | 25.00 | 368.52 | 393.52 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.1 | 28.00 | 402.28 | 430.28 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 11.00 | 151.00 | 162.00 | NOTE | |
| r-patched-linux-x86_64 | 1.0.1 | 4.98 | 62.27 | 67.25 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 3.74 | 61.70 | 65.44 | OK | |
| r-release-macos-arm64 | 2.0.1 | 9.00 | 118.00 | 127.00 | OK | |
| r-release-macos-x86_64 | 2.0.1 | 21.00 | 685.00 | 706.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 11.00 | 88.00 | 99.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.1 | 6.00 | 112.00 | 118.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.1 | 20.00 | 603.00 | 623.00 | OK | |
| r-oldrel-windows-x86_64 | 2.0.1 | 46.00 | 512.00 | 558.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'.
Flavor: r-devel-windows-x86_64