Last updated on 2018-08-21 07:47:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.17 | 20.81 | 58.29 | 79.10 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.17 | 17.57 | 45.77 | 63.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.17 | 99.27 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.17 | 96.89 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2.17 | 52.00 | 151.00 | 203.00 | OK | |
r-patched-linux-x86_64 | 0.2.17 | 24.78 | 55.05 | 79.83 | NOTE | |
r-patched-solaris-x86 | 0.2.17 | 121.60 | NOTE | |||
r-release-linux-x86_64 | 0.2.17 | 21.14 | 55.82 | 76.96 | NOTE | |
r-release-windows-ix86+x86_64 | 0.2.17 | 57.00 | 98.00 | 155.00 | OK | |
r-release-osx-x86_64 | 0.2.17 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.17 | 43.00 | 134.00 | 177.00 | OK | |
r-oldrel-osx-x86_64 | 0.2.17 | NOTE |
Version: 0.2.17
Check: compiled code
Result: NOTE
File ‘ndl/libs/ndl.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-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.2.17
Check: data for non-ASCII characters
Result: NOTE
Note: found 7332 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.2.17
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_CFLAGS but no OPENMP macro in PKG_LIBS
src/Makevars: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but no OPENMP macro in PKG_LIBS
src/Makevars.win: SHLIB_OPENMP_CFLAGS is included in PKG_CFLAGS but no OPENMP macro in PKG_LIBS
src/Makevars.win: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but no OPENMP macro in PKG_LIBS
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 F77: see the manual).
Using a SHLIB_OPENMP_ macro for compilation but none in PKG_LIBS is not
portable and may result in installation errors.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc