Last updated on 2019-04-13 01:57:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 34.48 | 68.10 | 102.58 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 27.45 | 54.05 | 81.50 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 137.11 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 124.42 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.0 | 80.00 | 146.00 | 226.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 1.1.0 | 30.11 | 68.57 | 98.68 | NOTE | |
r-patched-solaris-x86 | 1.1.0 | 168.70 | OK | |||
r-release-linux-x86_64 | 1.1.0 | 29.64 | 65.35 | 94.99 | OK | |
r-release-windows-ix86+x86_64 | 1.1.0 | 80.00 | 109.00 | 189.00 | OK | --no-vignettes |
r-release-osx-x86_64 | 1.1.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.0 | 54.00 | 141.00 | 195.00 | OK | --no-vignettes |
r-oldrel-osx-x86_64 | 1.1.0 | OK |
Version: 1.1.0
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
src/Makevars: it is not portable to include SHLIB_OPENMP_*' macros in PKG_CPPFLAGS
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).
PKG_CPPFLAGS is used for both C and C++ code so it is not portable to
use it for these macros.
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