Last updated on 2019-07-02 08:50:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1 | 90.51 | 70.38 | 160.89 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1 | 84.06 | 57.70 | 141.76 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1 | 232.09 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1 | 209.06 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1 | 197.00 | 126.00 | 323.00 | OK | |
r-patched-linux-x86_64 | 0.1 | 96.37 | 70.64 | 167.01 | NOTE | |
r-patched-solaris-x86 | 0.1 | 218.00 | OK | |||
r-release-linux-x86_64 | 0.1 | 93.84 | 71.83 | 165.67 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1 | 165.00 | 164.00 | 329.00 | OK | |
r-release-osx-x86_64 | 0.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1 | 145.00 | 121.00 | 266.00 | OK | |
r-oldrel-osx-x86_64 | 0.1 | NOTE |
Version: 0.1
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: incorrect macro SHLIB_OPENMP_CFLAGS included in PKG_CXXFLAGS
src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
src/Makevars.win: incorrect macro SHLIB_OPENMP_CFLAGS included in PKG_CXXFLAGS
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, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'X'
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
Version: 0.1
Check: installed package size
Result: NOTE
installed size is 34.5Mb
sub-directories of 1Mb or more:
libs 34.3Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.1
Check: compiled code
Result: NOTE
File ‘cpgen/libs/cpgen.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