Last updated on 2026-07-15 18:50:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 5.1.2 | 545.96 | 329.31 | 875.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 5.1.2 | 396.63 | 243.55 | 640.18 | OK | |
| r-devel-linux-x86_64-fedora-clang | 5.1.2 | 780.00 | 477.78 | 1257.78 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 5.1.2 | 397.00 | 225.76 | 622.76 | NOTE | |
| r-devel-windows-x86_64 | 5.1.2 | 578.00 | 469.00 | 1047.00 | OK | |
| r-patched-linux-x86_64 | 5.1.2 | 538.96 | 326.67 | 865.63 | OK | |
| r-release-linux-x86_64 | 5.1.2 | 534.53 | 327.81 | 862.34 | OK | |
| r-release-macos-arm64 | 5.1.2 | 131.00 | 17.00 | 148.00 | OK | |
| r-release-macos-x86_64 | 5.1.2 | 395.00 | 279.00 | 674.00 | OK | |
| r-release-windows-x86_64 | 5.1.2 | 593.00 | 468.00 | 1061.00 | OK | |
| r-oldrel-macos-arm64 | 5.1.2 | 591.00 | 17.00 | 608.00 | NOTE | |
| r-oldrel-macos-x86_64 | 5.1.2 | 394.00 | 270.00 | 664.00 | NOTE | |
| r-oldrel-windows-x86_64 | 5.1.2 | 755.00 | 574.00 | 1329.00 | NOTE |
Version: 5.1.2
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
rxode2/R/err.R (.Label: 6)
rxode2/tests/testthat/test-100-cmt.R (.Names: 1)
rxode2/tests/testthat/test-backward.R (.Dim: 2, .Names: 2, .Dimnames: 1)
rxode2/tests/testthat/test-etTrans.R (.Label: 2)
rxode2/tests/testthat/test-example-3-2.R (.Dim: 1, .Dimnames: 1)
rxode2/tests/testthat/test-example-3-3.R (.Names: 1)
rxode2/tests/testthat/test-ini.R (.Names: 4)
rxode2/tests/testthat/test-named-id.R (.Label: 1)
rxode2/tests/testthat/test-occ.R (.Names: 2)
rxode2/tests/testthat/test-rxode-issue-007.R (.Dim: 1, .Dimnames: 1)
rxode2/tests/testthat/test-ui-mv.R (.Names: 4)
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 5.1.2
Check: compiled code
Result: NOTE
File ‘rxode2/libs/rxode2.so’:
Found non-API call to R: ‘DATAPTR’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 5.1.2
Check: compiled code
Result: NOTE
File 'rxode2/libs/x64/rxode2.dll':
Found non-API call to R: 'DATAPTR'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-oldrel-windows-x86_64