Last updated on 2026-06-07 02:50:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.2 | 17.97 | 48.77 | 66.74 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.2 | 14.76 | 33.62 | 48.38 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.2 | 22.00 | 77.29 | 99.29 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 35.00 | 71.73 | 106.73 | OK | |
| r-devel-windows-x86_64 | 0.3.2 | 36.00 | 86.00 | 122.00 | OK | |
| r-patched-linux-x86_64 | 0.3.2 | 19.42 | 44.91 | 64.33 | OK | |
| r-release-linux-x86_64 | 0.3.2 | 21.01 | 45.14 | 66.15 | OK | |
| r-release-macos-arm64 | 0.3.2 | 4.00 | 15.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.3.2 | 14.00 | 57.00 | 71.00 | OK | |
| r-release-windows-x86_64 | 0.3.2 | 34.00 | 90.00 | 124.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.2 | 4.00 | 14.00 | 18.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.3.2 | 15.00 | 58.00 | 73.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.3.2 | 42.00 | 98.00 | 140.00 | NOTE |
Version: 0.3.2
Check: examples
Result: ERROR
Running massageExamples to create ‘treesitter-Ex.R’ failed
Error in file(out, "wt") : cannot open the connection
Calls: <Anonymous> -> Rd2ex -> file
In addition: Warning message:
In file(out, "wt") :
cannot open file '/tmp/RtmpN7OAfX/file1f655e4bc31994/text_parse.R': No space left on device
Execution halted
NONE
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.2
Check: compiled code
Result: NOTE
File ‘treesitter/libs/treesitter.so’:
Found non-API calls to R: ‘PRENV’, ‘PRVALUE’, ‘R_PromiseExpr’,
‘Rf_allocSExp’, ‘Rf_findVarInFrame3’, ‘SETLENGTH’,
‘SET_GROWABLE_BIT’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’,
‘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-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.3.2
Check: compiled code
Result: NOTE
File 'treesitter/libs/x64/treesitter.dll':
Found non-API calls to R: 'PRENV', 'PRVALUE', 'R_PromiseExpr',
'Rf_allocSExp', 'Rf_findVarInFrame3', 'SETLENGTH',
'SET_GROWABLE_BIT', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE',
'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.
Flavor: r-oldrel-windows-x86_64