CRAN Package Check Results for Package DGM

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.2 37.22 57.72 94.94 NOTE
r-devel-linux-x86_64-debian-gcc 1.7.2 27.00 43.07 70.07 NOTE
r-devel-linux-x86_64-fedora-clang 1.7.2 128.52 NOTE
r-devel-linux-x86_64-fedora-gcc 1.7.2 112.82 NOTE
r-devel-windows-ix86+x86_64 1.7.2 95.00 116.00 211.00 OK
r-patched-linux-x86_64 1.7.2 27.52 55.50 83.02 NOTE
r-patched-solaris-x86 1.7.2 134.20 OK
r-release-linux-x86_64 1.7.2 28.25 55.55 83.80 NOTE
r-release-macos-x86_64 1.7.2 OK
r-release-windows-ix86+x86_64 1.7.2 96.00 149.00 245.00 OK
r-oldrel-macos-x86_64 1.7.2 OK
r-oldrel-windows-ix86+x86_64 1.7.2 59.00 107.00 166.00 OK

Check Details

Version: 1.7.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