Last updated on 2023-01-28 21:53:09 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.2 | 62.41 | 55.04 | 117.45 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.6.0 | 33.12 | 52.70 | 85.82 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.6.0 | 173.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.0 | 161.91 | WARN | |||
r-devel-windows-x86_64 | 1.6.0 | 195.00 | 102.00 | 297.00 | NOTE | |
r-patched-linux-x86_64 | 1.6.0 | 38.84 | 65.98 | 104.82 | WARN | |
r-release-linux-x86_64 | 1.6.0 | 37.69 | 64.51 | 102.20 | WARN | |
r-release-macos-arm64 | 1.6.0 | 67.00 | NOTE | |||
r-release-macos-x86_64 | 1.6.0 | 112.00 | NOTE | |||
r-release-windows-x86_64 | 1.6.0 | 117.00 | 104.00 | 221.00 | WARN | |
r-oldrel-macos-arm64 | 1.6.0 | 71.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.6.0 | 119.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.6.0 | 156.00 | 18.00 | 174.00 | ERROR |
Version: 1.5.2
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.5.2
Check: compiled code
Result: WARN
File ‘fs/libs/fs.so’:
Found ‘sprintf’, possibly from ‘sprintf’ (C)
Object: ‘file.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.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.6.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./src/uv-common.h:61:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/fs.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-12 (Debian 12.2.0-14) 12.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.6.0
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
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, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.6.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./src/uv-common.h:61:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
See ‘/data/gannet/ripley/R/packages/tests-devel/fs.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.6.0
Check: C++ specification
Result: NOTE
Specified C++11: please update to current default of C++17
Flavor: r-devel-windows-x86_64
Version: 1.6.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./src/uv-common.h:61:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.6.0
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
src/win/winapi.h:4159:6: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
src/win/winapi.h:4167:4: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
Flavor: r-release-windows-x86_64
Version: 1.6.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64