CRAN Package Check Results for Package ECFsup

Last updated on 2020-08-07 01:49:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1-2 34.71 29.66 64.37 NOTE
r-devel-linux-x86_64-debian-gcc 0.1-2 23.68 23.39 47.07 NOTE
r-devel-linux-x86_64-fedora-clang 0.1-2 94.51 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1-2 77.99 NOTE
r-devel-windows-ix86+x86_64 0.1-2 81.00 73.00 154.00 OK
r-patched-linux-x86_64 0.1-2 24.72 29.34 54.06 NOTE
r-patched-solaris-x86 0.1-2 83.40 OK
r-release-linux-x86_64 0.1-2 26.61 29.29 55.90 NOTE
r-release-macos-x86_64 0.1-2 OK
r-release-windows-ix86+x86_64 0.1-2 84.00 90.00 174.00 OK
r-oldrel-macos-x86_64 0.1-2 OK
r-oldrel-windows-ix86+x86_64 0.1-2 55.00 67.00 122.00 OK

Check Details

Version: 0.1-2
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
     src/Makevars: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
     src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
     src/Makevars.win: SHLIB_OPENMP_CXXFLAGS is included in PKG_CXXFLAGS but not in PKG_LIBS
     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