Last updated on 2023-01-30 23:56:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.2 | 51.13 | 43.93 | 95.06 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.7.2 | 39.38 | 33.74 | 73.12 | WARN | |
r-devel-linux-x86_64-fedora-clang | 0.7.2 | 125.97 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.2 | 139.05 | WARN | |||
r-devel-windows-x86_64 | 0.7.2 | 74.00 | 121.00 | 195.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.2 | 43.42 | 41.73 | 85.15 | OK | |
r-release-linux-x86_64 | 0.7.2 | 38.69 | 41.55 | 80.24 | OK | |
r-release-macos-arm64 | 0.7.2 | 38.00 | NOTE | |||
r-release-macos-x86_64 | 0.7.2 | 55.00 | NOTE | |||
r-release-windows-x86_64 | 0.7.2 | 65.00 | 114.00 | 179.00 | OK | |
r-oldrel-macos-arm64 | 0.7.2 | 39.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.7.2 | 67.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.7.2 | 121.00 | 112.00 | 233.00 | OK |
Version: 0.7.2
Check: compiled code
Result: WARN
File ‘iptools/libs/iptools.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘asio_bindings.o’
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-fedora-clang
Version: 0.7.2
Check: C++ specification
Result: NOTE
Specified C++11: please update to current default of C++17
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 0.7.2
Check: compiled code
Result: WARN
File ‘iptools/libs/iptools.so’:
Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
Object: ‘asio_bindings.o’
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-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 0.7.2
Check: data for non-ASCII characters
Result: NOTE
Note: found 12 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64