Last updated on 2026-04-28 21:49:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 25.01 | 133.20 | 158.21 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 20.20 | 110.26 | 130.46 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 31.00 | 162.12 | 193.12 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 54.00 | 265.38 | 319.38 | NOTE | |
| r-devel-windows-x86_64 | 1.2.1 | 33.00 | 193.00 | 226.00 | NOTE | |
| r-patched-linux-x86_64 | 1.2.1 | 28.30 | 143.43 | 171.73 | NOTE | |
| r-release-linux-x86_64 | 1.2.1 | 26.45 | 142.08 | 168.53 | NOTE | |
| r-release-macos-arm64 | 1.2.1 | 5.00 | 35.00 | 40.00 | NOTE | |
| r-release-macos-x86_64 | 1.2.1 | 16.00 | 162.00 | 178.00 | NOTE | |
| r-release-windows-x86_64 | 1.2.1 | 31.00 | 234.00 | 265.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.2.1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 13.00 | 117.00 | 130.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.2.1 | 29.00 | 211.00 | 240.00 | NOTE |
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-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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-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.
Flavor: r-release-macos-x86_64