Last updated on 2026-04-30 09:53:04 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.2-6 | 88.58 | 32.57 | 121.15 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 3.2-6 | 82.03 | 26.51 | 108.54 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 3.2-6 | 153.00 | 47.33 | 200.33 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 3.2-6 | 244.00 | 44.75 | 288.75 | NOTE | |
| r-devel-windows-x86_64 | 3.2-6 | 148.00 | 72.00 | 220.00 | OK | |
| r-patched-linux-x86_64 | 3.2-6 | 115.92 | 29.32 | 145.24 | NOTE | |
| r-release-linux-x86_64 | 3.2-6 | 113.37 | 29.25 | 142.62 | NOTE | |
| r-release-macos-arm64 | 3.2-6 | 20.00 | -2.00 | 18.00 | NOTE | |
| r-release-macos-x86_64 | 3.2-6 | 67.00 | 5.00 | 72.00 | NOTE | |
| r-release-windows-x86_64 | 3.2-6 | 131.00 | 95.00 | 226.00 | OK | |
| r-oldrel-macos-arm64 | 3.2-6 | NOTE | ||||
| r-oldrel-macos-x86_64 | 3.2-6 | 61.00 | 9.00 | 70.00 | NOTE | |
| r-oldrel-windows-x86_64 | 3.2-6 | 170.00 | 83.00 | 253.00 | OK |
Version: 3.2-6
Check: compiled code
Result: NOTE
File ‘PRIMME/libs/PRIMME.so’:
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘primme/libprimme.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
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
Version: 3.2-6
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘Matrix’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 3.2-6
Check: compiled code
Result: NOTE
File ‘PRIMME/libs/PRIMME.so’:
Found ‘___stdoutp’, possibly from ‘stdout’ (C)
Object: ‘primme/libprimme.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64