Last updated on 2025-04-14 09:49:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.3 | 2.78 | 28.06 | 30.84 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0.3 | 1.81 | 23.19 | 25.00 | NOTE | |
r-devel-linux-x86_64-fedora-gcc | 2.0.3 | 64.07 | NOTE | |||
r-devel-windows-x86_64 | 2.0.3 | 7.00 | 56.00 | 63.00 | NOTE | |
r-patched-linux-x86_64 | 2.0.3 | 2.50 | 27.89 | 30.39 | NOTE | |
r-release-linux-x86_64 | 2.0.3 | 2.10 | 28.07 | 30.17 | NOTE | |
r-release-macos-arm64 | 2.0.3 | 68.00 | NOTE | |||
r-release-macos-x86_64 | 2.0.3 | 108.00 | NOTE | |||
r-release-windows-x86_64 | 2.0.3 | 7.00 | 57.00 | 64.00 | OK | |
r-oldrel-macos-arm64 | 2.0.3 | 36.00 | ERROR | |||
r-oldrel-macos-x86_64 | 2.0.3 | 68.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0.3 | 7.00 | 57.00 | 64.00 | OK |
Version: 2.0.3
Check: compiled code
Result: NOTE
File ‘magrittr/libs/magrittr.so’:
Found non-API calls to R: ‘Rf_allocSExp’, ‘Rf_findVarInFrame3’,
‘SET_ENCLOS’, ‘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-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, 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
Version: 2.0.3
Check: compiled code
Result: NOTE
File 'magrittr/libs/x64/magrittr.dll':
Found non-API calls to R: 'Rf_allocSExp', 'Rf_findVarInFrame3',
'SET_ENCLOS', '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-devel-windows-x86_64
Version: 2.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [0s/0s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
Error: package or namespace load failed for 'testthat' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'R6'
Execution halted
Flavor: r-oldrel-macos-arm64