Last updated on 2020-05-14 06:47:16 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 3.90 | 17.55 | 21.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 2.63 | 13.84 | 16.47 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 26.97 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 25.14 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 13.00 | 38.00 | 51.00 | OK | |
r-patched-linux-x86_64 | 1.2 | 3.21 | 17.49 | 20.70 | NOTE | |
r-patched-solaris-x86 | 1.2 | 40.30 | OK | |||
r-release-linux-x86_64 | 1.2 | 2.81 | 17.29 | 20.10 | NOTE | |
r-release-osx-x86_64 | 1.2 | OK | ||||
r-release-windows-ix86+x86_64 | 1.2 | 9.00 | 48.00 | 57.00 | OK | |
r-oldrel-osx-x86_64 | 1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 8.00 | 44.00 | 52.00 | OK |
Version: 1.2
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: 1.2
Check: compiled code
Result: NOTE
File ‘rlm/libs/rlm.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc