Last updated on 2026-07-15 17:51:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.5.0 | 39.97 | 89.57 | 129.54 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.5.0 | 25.92 | 64.90 | 90.82 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.5.0 | 47.00 | 102.53 | 149.53 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.5.0 | 31.00 | 62.50 | 93.50 | NOTE | |
| r-devel-windows-x86_64 | 0.5.0 | 44.00 | 117.00 | 161.00 | OK | |
| r-patched-linux-x86_64 | 0.5.0 | 35.35 | 85.35 | 120.70 | OK | |
| r-release-linux-x86_64 | 0.5.0 | 36.94 | 85.98 | 122.92 | OK | |
| r-release-macos-arm64 | 0.5.0 | 7.00 | 22.00 | 29.00 | OK | |
| r-release-macos-x86_64 | 0.5.0 | 22.00 | 95.00 | 117.00 | OK | |
| r-release-windows-x86_64 | 0.5.0 | 46.00 | 119.00 | 165.00 | OK | |
| r-oldrel-macos-arm64 | 0.5.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.5.0 | 21.00 | 75.00 | 96.00 | OK | |
| r-oldrel-windows-x86_64 | 0.5.0 | 53.00 | 146.00 | 199.00 | OK |
Version: 0.5.0
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
DstarM/tests/testthat/test-getpdfs.R (.Dim: 1)
DstarM/tests/testthat/test-obsquantiles.R (.Dim: 1, .Dimnames: 1)
DstarM/tests/testthat/test-simulate.R (.Dim: 8, .Names: 5, .Dimnames: 3)
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
'.Names' should be changed to 'names'.
Flavor: r-devel-linux-x86_64-fedora-gcc