Last updated on 2019-11-26 00:51:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4 | 36.71 | 67.00 | 103.71 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4 | 25.35 | 53.54 | 78.89 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4 | 129.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4 | 122.27 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4 | 97.00 | 140.00 | 237.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.4 | 77.00 | 111.00 | 188.00 | OK | |
r-patched-linux-x86_64 | 1.4 | 26.51 | 63.95 | 90.46 | NOTE | |
r-patched-solaris-x86 | 1.4 | 172.90 | OK | |||
r-release-linux-x86_64 | 1.4 | 27.82 | 66.16 | 93.98 | NOTE | |
r-release-windows-ix86+x86_64 | 1.4 | 82.00 | 107.00 | 189.00 | OK | |
r-release-osx-x86_64 | 1.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.4 | 47.00 | 136.00 | 183.00 | OK | |
r-oldrel-osx-x86_64 | 1.4 | OK |
Version: 1.4
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
src/Makevars: 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