Last updated on 2026-03-30 08:53:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.1 | 17.56 | 49.59 | 67.15 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.3.1 | 13.99 | 37.10 | 51.09 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.3.1 | 22.00 | 71.89 | 93.89 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 35.00 | 69.37 | 104.37 | WARN | |
| r-devel-macos-arm64 | 0.3.1 | 4.00 | 15.00 | 19.00 | WARN | |
| r-patched-linux-x86_64 | 0.3.1 | 19.46 | 42.31 | 61.77 | NOTE | |
| r-release-linux-x86_64 | 0.3.1 | 17.32 | 42.10 | 59.42 | NOTE | |
| r-release-macos-arm64 | 0.3.1 | 4.00 | 15.00 | 19.00 | NOTE | |
| r-release-macos-x86_64 | 0.3.1 | 14.00 | 62.00 | 76.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.3.1 | 4.00 | 19.00 | 23.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.1 | 14.00 | 93.00 | 107.00 | OK |
Version: 0.3.1
Check: compiled code
Result: WARN
File ‘treesitter/libs/treesitter.so’:
Found non-API call to R: ‘Rf_findVarInFrame’
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.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64
Version: 0.3.1
Check: compiled code
Result: WARN
File ‘treesitter/libs/treesitter.so’:
Found non-API calls to R: ‘R_MissingArg’, ‘R_NamespaceRegistry’,
‘R_UnboundValue’, ‘Rf_findVarInFrame’
This entry point may be removed soon:
‘Rf_findVarInFrame’
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-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang
Version: 0.3.1
Check: compiled code
Result: NOTE
File ‘treesitter/libs/treesitter.so’:
Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’,
‘SET_TRUELENGTH’
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64