CRAN Package Check Results for Package RaPKod

Last updated on 2020-10-28 18:50:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9 32.75 43.70 76.45 NOTE
r-devel-linux-x86_64-debian-gcc 0.9 25.53 33.68 59.21 NOTE
r-devel-linux-x86_64-fedora-clang 0.9 112.75 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9 96.86 NOTE
r-devel-windows-ix86+x86_64 0.9 81.00 93.00 174.00 OK
r-patched-linux-x86_64 0.9 NOTE
r-patched-solaris-x86 0.9 112.50 OK
r-release-linux-x86_64 0.9 31.05 41.81 72.86 NOTE
r-release-macos-x86_64 0.9 OK
r-release-windows-ix86+x86_64 0.9 62.00 69.00 131.00 OK
r-oldrel-macos-x86_64 0.9 OK
r-oldrel-windows-ix86+x86_64 0.9 92.00 84.00 176.00 OK

Check Details

Version: 0.9
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