Last updated on 2026-08-04 02:51:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 14.73 | 36.72 | 51.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 12.87 | 59.10 | 71.97 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 18.00 | 117.43 | 135.43 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 14.00 | 53.85 | 67.85 | NOTE | |
| r-devel-windows-x86_64 | 0.2.0 | 36.00 | 103.00 | 139.00 | NOTE | |
| r-patched-linux-x86_64 | 0.1.0 | 17.33 | 34.65 | 51.98 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 18.19 | 81.70 | 99.89 | OK | |
| r-release-macos-arm64 | 0.2.0 | 4.00 | 24.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 14.00 | 124.00 | 138.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 35.00 | 128.00 | 163.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 4.00 | 33.00 | 37.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 14.00 | 134.00 | 148.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 41.00 | 135.00 | 176.00 | OK |
Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘ts_tree_delete.Rd’ ‘ts_tree_format.Rd’ ‘ts_tree_insert.Rd’
‘ts_tree_new.Rd’ ‘ts_tree_query.Rd’ ‘ts_tree_select.Rd’
‘ts_tree_unserialize.Rd’ ‘ts_tree_update.Rd’ ‘ts_tree_write.Rd’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.2.0
Check: compiled code
Result: NOTE
Error in ccE(lines, flags = new_flags, include = include) :
'cc' is not on the path
Calls: <Anonymous> ... lapply -> FUN -> lapply -> FUN -> getFunsHdr -> ccE
Execution halted
See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavor: r-devel-windows-x86_64