CRAN Package Check Results for Package CFC

Last updated on 2019-03-27 00:47:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 35.14 67.12 102.26 NOTE
r-devel-linux-x86_64-debian-gcc 1.1.0 25.30 53.98 79.28 NOTE
r-devel-linux-x86_64-fedora-clang 1.1.0 150.62 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1.0 133.88 NOTE
r-devel-windows-ix86+x86_64 1.1.0 82.00 156.00 238.00 OK --no-vignettes
r-patched-linux-x86_64 1.1.0 29.23 65.73 94.96 OK
r-patched-solaris-x86 1.1.0 149.20 OK
r-release-linux-x86_64 1.1.0 28.21 66.36 94.57 OK
r-release-windows-ix86+x86_64 1.1.0 77.00 145.00 222.00 OK --no-vignettes
r-release-osx-x86_64 1.1.0 OK
r-oldrel-windows-ix86+x86_64 1.1.0 57.00 137.00 194.00 OK --no-vignettes
r-oldrel-osx-x86_64 1.1.0 OK

Check Details

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