Last updated on 2020-08-07 01:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 24.97 | 54.75 | 79.72 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 16.84 | 42.58 | 59.42 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 108.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 95.99 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.4 | 66.00 | 108.00 | 174.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 17.96 | 52.87 | 70.83 | NOTE | |
r-patched-solaris-x86 | 0.1.4 | 134.90 | OK | |||
r-release-linux-x86_64 | 0.1.4 | 17.60 | 54.60 | 72.20 | NOTE | |
r-release-macos-x86_64 | 0.1.4 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.4 | 65.00 | 160.00 | 225.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.4 | FAIL | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.4 | 47.00 | 132.00 | 179.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