Last updated on 2020-07-15 14:48:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.14 | 2.36 | 3.41 | 5.77 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.14 | 1.43 | 2.64 | 4.07 | ERROR | |
r-devel-linux-x86_64-fedora-gcc | 1.0.14 | 834.13 | WARN | |||
r-patched-linux-x86_64 | 1.0.14 | 1.74 | 3.33 | 5.07 | ERROR | |
r-release-linux-x86_64 | 1.0.14 | 2.03 | 3.39 | 5.42 | ERROR | |
r-oldrel-macos-x86_64 | 1.0.14 | ERROR |
Version: 1.0.14
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-oldrel-macos-x86_64
Version: 1.0.14
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
/data/gannet/ripley/R/packages/tests-devel/qtbase/src/EventLoop.cpp:103:12: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
/data/gannet/ripley/R/packages/tests-devel/qtbase/src/EventLoop.cpp:92:7: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.14
Check: dependencies in R code
Result: NOTE
There are ::: calls to the package's namespace in its code. A package
almost never needs to use ::: for its own objects:
‘compileMetaObject’
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.14
Check: for GNU extensions in Makefiles
Result: WARN
Found the following file(s) containing GNU extensions:
src-build/Makefile
tools/kdebindings-build/Makefile
tools/kdebindings-build/generator/Makefile
tools/kdebindings-build/generator/generators/Makefile
tools/kdebindings-build/generator/generators/dump/Makefile
tools/kdebindings-build/generator/generators/smoke/Makefile
tools/kdebindings-build/generator/parser/Makefile
tools/kdebindings-build/smoke/Makefile
tools/kdebindings-build/smoke/qt/Makefile
Portable Makefiles do not use GNU extensions such as +=, :=, $(shell),
$(wildcard), ifeq ... endif, .NOTPARALLEL See section ‘Writing portable
packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.14
Check: compiled code
Result: NOTE
File ‘qtbase/libs/qtbase.so’:
Found non-API calls to R: ‘R_CStackLimit’, ‘Rf_EncodeInteger’,
‘Rf_EncodeLogical’, ‘Rf_EncodeReal’, ‘Rf_formatInteger’,
‘Rf_formatLogical’, ‘Rf_formatReal’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-gcc