Last updated on 2026-04-04 03:03:35 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 24.47 | 349.24 | 373.71 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 14.63 | 225.41 | 240.04 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 37.00 | 557.39 | 594.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 39.00 | 436.84 | 475.84 | OK | |
| r-devel-macos-arm64 | 1.2.1 | 5.00 | 80.00 | 85.00 | OK | |
| r-devel-windows-x86_64 | 1.2.0 | 36.00 | 346.00 | 382.00 | WARN | |
| r-patched-linux-x86_64 | 1.2.0 | 25.28 | 320.34 | 345.62 | WARN | |
| r-release-linux-x86_64 | 1.2.0 | 20.22 | 312.78 | 333.00 | NOTE | |
| r-release-macos-arm64 | 1.2.1 | 5.00 | 76.00 | 81.00 | NOTE | |
| r-release-macos-x86_64 | 1.2.0 | 15.00 | 330.00 | 345.00 | NOTE | |
| r-release-windows-x86_64 | 1.2.0 | 31.00 | 333.00 | 364.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.2.0 | 5.00 | 83.00 | 88.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.2.0 | 15.00 | 408.00 | 423.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 41.00 | 446.00 | 487.00 | OK |
Version: 1.2.0
Check: compiled code
Result: WARN
File ‘dplyr/libs/dplyr.so’:
Found non-API calls to R: ‘PRVALUE’, ‘R_UnboundValue’,
‘Rf_allocSExp’, ‘Rf_findVarInFrame’, ‘SET_PRCODE’, ‘SET_PRENV’,
‘SET_PRVALUE’
These entry points may be removed soon:
‘Rf_findVarInFrame’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘PRVALUE’, ‘SET_PRVALUE’, ‘Rf_allocSExp’
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-patched-linux-x86_64
Version: 1.2.0
Check: compiled code
Result: WARN
File 'dplyr/libs/x64/dplyr.dll':
Found non-API calls to R: 'PRVALUE', 'R_UnboundValue',
'Rf_allocSExp', 'Rf_findVarInFrame', 'SET_PRCODE', 'SET_PRENV',
'SET_PRVALUE'
These entry points may be removed soon:
'Rf_findVarInFrame', 'SET_PRCODE', 'SET_PRENV', 'PRVALUE', 'SET_PRVALUE', 'Rf_allocSExp'
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
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘dplyr/libs/dplyr.so’:
Found non-API calls to R: ‘PRVALUE’, ‘Rf_allocSExp’, ‘SET_PRCODE’,
‘SET_PRENV’, ‘SET_PRVALUE’
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-release-linux-x86_64, r-release-macos-x86_64
Version: 1.2.1
Check: compiled code
Result: NOTE
File ‘dplyr/libs/dplyr.so’:
Found non-API calls to R: ‘PRVALUE’, ‘Rf_allocSExp’,
‘Rf_findVarInFrame3’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’
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-arm64
Version: 1.2.0
Check: compiled code
Result: NOTE
File 'dplyr/libs/x64/dplyr.dll':
Found non-API calls to R: 'PRVALUE', 'Rf_allocSExp', 'SET_PRCODE',
'SET_PRENV', 'SET_PRVALUE'
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-windows-x86_64
Version: 1.2.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘ggplot2’
Flavor: r-oldrel-macos-arm64