Last updated on 2025-11-22 05:48:33 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 44.13 | 86.62 | 130.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 30.21 | 64.60 | 94.81 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 199.00 | 36.23 | 235.23 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 58.00 | 171.13 | 229.13 | OK | |
| r-devel-windows-x86_64 | 0.3.1 | 75.00 | 130.00 | 205.00 | WARN | |
| r-patched-linux-x86_64 | 0.3.2 | 45.03 | 78.94 | 123.97 | OK | |
| r-release-linux-x86_64 | 0.3.1 | 43.90 | 79.09 | 122.99 | NOTE | |
| r-release-macos-arm64 | 0.3.1 | 18.00 | 16.00 | 34.00 | NOTE | |
| r-release-macos-x86_64 | 0.3.2 | 30.00 | 103.00 | 133.00 | OK | |
| r-release-windows-x86_64 | 0.3.1 | 65.00 | 132.00 | 197.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.3.2 | 0.00 | 10.00 | 10.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.3.2 | 28.00 | 107.00 | 135.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.1 | 80.00 | 160.00 | 240.00 | OK |
Version: 0.3.1
Check: compiled code
Result: WARN
File 'dipsaus/libs/x64/dipsaus.dll':
Found non-API call to R: 'ENCLOS'
This entry point may be removed soon.
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-devel-windows-x86_64
Version: 0.3.1
Check: compiled code
Result: NOTE
File ‘dipsaus/libs/dipsaus.so’:
Found non-API call to R: ‘ENCLOS’
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-release-linux-x86_64
Version: 0.3.1
Check: compiled code
Result: NOTE
File ‘dipsaus/libs/dipsaus.so’:
Found non-API calls to R: ‘CLOENV’, ‘ENCLOS’
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-release-macos-arm64
Version: 0.3.1
Check: compiled code
Result: NOTE
File 'dipsaus/libs/x64/dipsaus.dll':
Found non-API call to R: 'ENCLOS'
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-release-windows-x86_64
Version: 0.3.2
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-macos-arm64