Last updated on 2026-04-26 01:48:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 24.58 | 130.47 | 155.05 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 20.13 | 112.44 | 132.57 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 32.00 | 161.40 | 193.40 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 54.00 | 265.38 | 319.38 | 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 | 32.00 | 188.00 | 220.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 | 32.00 | 204.00 | 236.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-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