Last updated on 2019-03-14 00:46:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1.0 | 45.65 | 42.31 | 87.96 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.1.0 | 31.94 | 32.40 | 64.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.1.0 | 123.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1.0 | 105.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.1.0 | 91.00 | 101.00 | 192.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.1.0 | 34.91 | 39.63 | 74.54 | NOTE | |
r-patched-solaris-x86 | 1.0.1.0 | 128.70 | NOTE | |||
r-release-linux-x86_64 | NOTE | |||||
r-release-windows-ix86+x86_64 | 1.0.1.0 | 103.00 | 258.00 | 361.00 | NOTE | |
r-release-osx-x86_64 | 1.0.1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.1.0 | 118.00 | 94.00 | 212.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0.1.0 | NOTE |
Version: 1.0.1.0
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0.1.0
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars.win: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
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