Last updated on 2025-04-21 10:50:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.4 | 188.44 | 80.72 | 269.16 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.1.5 | 135.28 | 58.53 | 193.81 | OK | |
r-devel-windows-x86_64 | 1.1.5 | 323.00 | 110.00 | 433.00 | OK | |
r-patched-linux-x86_64 | 1.1.4 | 191.83 | 76.90 | 268.73 | WARN | |
r-release-linux-x86_64 | 1.1.4 | 192.95 | 77.50 | 270.45 | WARN | |
r-release-macos-arm64 | 1.1.5 | 98.00 | OK | |||
r-release-macos-x86_64 | 1.1.5 | 151.00 | OK | |||
r-release-windows-x86_64 | 1.1.5 | 215.00 | 118.00 | 333.00 | OK | |
r-oldrel-macos-arm64 | 1.1.5 | 121.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1.5 | 145.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.1.5 | 267.00 | 115.00 | 382.00 | NOTE |
Version: 1.1.4
Check: compiled code
Result: WARN
File ‘leidenAlg/libs/leidenAlg.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Objects: ‘libleidenalg.a’, ‘librigraph.a’
Found ‘__vprintf_chk’, possibly from ‘vprintf’ (C)
Object: ‘librigraph.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘librigraph.a’
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘libleidenalg.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘librigraph.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘librigraph.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.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1.4
Check: compiled code
Result: WARN
File ‘leidenAlg/libs/leidenAlg.so’:
Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
Objects: ‘libleidenalg.a’, ‘librigraph.a’
Found ‘__printf_chk’, possibly from ‘printf’ (C)
Object: ‘librigraph.a’
Found ‘abort’, possibly from ‘abort’ (C)
Object: ‘librigraph.a’
Found ‘putchar’, possibly from ‘putchar’ (C)
Object: ‘librigraph.a’
Found ‘rand’, possibly from ‘rand’ (C)
Object: ‘libleidenalg.a’
Found ‘stderr’, possibly from ‘stderr’ (C)
Object: ‘librigraph.a’
Found ‘stdout’, possibly from ‘stdout’ (C)
Object: ‘librigraph.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-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.1.5
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64