Last updated on 2026-04-07 19:51:31 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 25.58 | 131.63 | 157.21 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 20.26 | 107.01 | 127.27 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 36.00 | 172.21 | 208.21 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 55.00 | 264.44 | 319.44 | NOTE | |
| r-devel-macos-arm64 | 1.2.1 | 5.00 | 35.00 | 40.00 | NOTE | |
| r-devel-windows-x86_64 | 1.2.1 | 30.00 | 219.00 | 249.00 | NOTE | |
| r-patched-linux-x86_64 | 1.2.1 | 26.99 | 142.72 | 169.71 | NOTE | |
| r-release-linux-x86_64 | 1.2.1 | 21.65 | 121.12 | 142.77 | NOTE | |
| r-release-macos-arm64 | 1.2.1 | NOTE | ||||
| r-release-macos-x86_64 | 1.2.1 | 13.00 | 117.00 | 130.00 | NOTE | |
| r-release-windows-x86_64 | 1.2.1 | 25.00 | 166.00 | 191.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 12.00 | 214.00 | 226.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 24.00 | 201.00 | 225.00 | OK |
Version: 1.2.1
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:
‘print.rcpptimer.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 1.2.1
Check: compiled code
Result: NOTE
File ‘rcpptimer/libs/rcpptimer.so’:
Found non-API call to R: ‘R_UnboundValue’
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-debian-gcc, r-patched-linux-x86_64
Version: 1.2.1
Check: compiled code
Result: NOTE
File 'rcpptimer/libs/x64/rcpptimer.dll':
Found non-API call to R: 'R_UnboundValue'
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