CRAN Package Check Results for Package mRMRe

Last updated on 2019-01-11 06:46:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.7 9.16 82.87 92.03 NOTE
r-devel-linux-x86_64-debian-gcc 2.0.7 7.84 63.60 71.44 NOTE
r-devel-linux-x86_64-fedora-clang 2.0.7 114.21 NOTE
r-devel-linux-x86_64-fedora-gcc 2.0.7 102.81 NOTE
r-devel-windows-ix86+x86_64 2.0.7 21.00 123.00 144.00 OK
r-patched-linux-x86_64 2.0.7 10.42 77.43 87.85 OK
r-patched-solaris-x86 2.0.7 172.00 OK
r-release-linux-x86_64 2.0.7 10.72 76.58 87.30 OK
r-release-windows-ix86+x86_64 2.0.7 28.00 130.00 158.00 OK
r-release-osx-x86_64 2.0.7 OK
r-oldrel-windows-ix86+x86_64 2.0.7 21.00 166.00 187.00 WARN
r-oldrel-osx-x86_64 2.0.7 OK

Check Details

Version: 2.0.7
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
     src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_CFLAGS without any C files
     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

Version: 2.0.7
Check: data for ASCII and uncompressed saves
Result: WARN
    
     Note: significantly better compression could be obtained
     by using R CMD build --resave-data
     old_size new_size compress
     cgps.rda 1.5Mb 1.4Mb xz
Flavor: r-oldrel-windows-ix86+x86_64