Last updated on 2019-04-21 01:47:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 63.77 | 44.73 | 108.50 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 51.86 | 37.15 | 89.01 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 163.59 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 143.54 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 179.00 | 69.00 | 248.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 59.73 | 46.99 | 106.72 | NOTE | |
r-patched-solaris-x86 | 1.1 | 182.70 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 55.86 | 48.77 | 104.63 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1 | 131.00 | 94.00 | 225.00 | NOTE | |
r-release-osx-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 131.00 | 101.00 | 232.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1 | NOTE |
Version: 1.1
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.1
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars.win: SHLIB_OPENMP_CXXFLAGS is included in PKG_LIBS but not in PKG_CXXFLAGS
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, r-patched-linux-x86_64
Version: 1.1
Check: compiled code
Result: NOTE
File ‘microclass/libs/microclass.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