Last updated on 2020-01-27 00:48:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.6 | 38.74 | 27.83 | 66.57 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.6 | 34.36 | 23.50 | 57.86 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.6 | 91.86 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.6 | 93.09 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.6 | 79.00 | 77.00 | 156.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.0.6 | 83.00 | 64.00 | 147.00 | OK | |
r-patched-linux-x86_64 | 0.0.6 | 39.53 | 26.63 | 66.16 | NOTE | |
r-patched-solaris-x86 | 0.0.6 | 82.10 | OK | |||
r-release-linux-x86_64 | 0.0.6 | 37.64 | 26.56 | 64.20 | NOTE | |
r-release-windows-ix86+x86_64 | 0.0.6 | 57.00 | 54.00 | 111.00 | OK | |
r-release-osx-x86_64 | 0.0.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.6 | 53.00 | 47.00 | 100.00 | OK | |
r-oldrel-osx-x86_64 | 0.0.6 | NOTE |
Version: 0.0.6
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: SHLIB_OPENMP_CXXFLAGS is included in PKG_LIBS but not in PKG_CXXFLAGS
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, r-release-linux-x86_64
Version: 0.0.6
Check: installed package size
Result: NOTE
installed size is 16.7Mb
sub-directories of 1Mb or more:
data 1.3Mb
libs 15.3Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64