Last updated on 2020-10-28 18:50:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 24.16 | 58.24 | 82.40 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 15.80 | 44.75 | 60.55 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 115.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 98.93 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.4 | 54.00 | 125.00 | 179.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | NOTE | ||||
r-patched-solaris-x86 | 0.1.4 | 147.80 | OK | |||
r-release-linux-x86_64 | 0.1.4 | 20.87 | 53.71 | 74.58 | NOTE | |
r-release-macos-x86_64 | 0.1.4 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.4 | 46.00 | 94.00 | 140.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.4 | FAIL | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.4 | 49.00 | 110.00 | 159.00 | OK |
Version: 0.1.4
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: incorrect macro SHLIB_OPENMP_CFLAGS included in PKG_CXXFLAGS
src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
src/Makevars.win: incorrect macro SHLIB_OPENMP_CFLAGS included in PKG_CXXFLAGS
src/Makevars.win: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
Use of these macros is discussed in sect 1.2.1.1 of 'Writing R
Extensions'. The macros for different languages may differ so the
matching macro must be used in PKG_CXXFLAGS (etc) and match that used
in PKG_LIBS (except for Fortran: see the 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: 0.1.4
Check: whether package can be installed
Result: FAIL
Flavor: r-oldrel-macos-x86_64