Last updated on 2018-09-26 01:46:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.3 | 43.43 | 82.24 | 125.67 | WARN | |
r-devel-linux-x86_64-debian-gcc | 0.3.3 | 38.04 | 64.40 | 102.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.3 | 160.03 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.3 | 154.00 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3.3 | 103.00 | 155.00 | 258.00 | OK | |
r-patched-linux-x86_64 | 0.3.3 | 41.00 | 68.48 | 109.48 | OK | |
r-patched-solaris-x86 | 0.3.3 | 181.90 | OK | |||
r-release-linux-x86_64 | 0.3.3 | 40.10 | 67.76 | 107.86 | OK | |
r-release-windows-ix86+x86_64 | 0.3.3 | 105.00 | 133.00 | 238.00 | OK | |
r-release-osx-x86_64 | 0.3.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.3 | 72.00 | 135.00 | 207.00 | OK | |
r-oldrel-osx-x86_64 | 0.3.3 | OK |
Version: 0.3.3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
getFunctions.cpp:90:16: warning: explicitly assigning value of variable of type 'arma::mat' (aka 'Mat<double>') to itself [-Wself-assign-overloaded]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang
Version: 0.3.3
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 not in PKG_CFLAGS
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 not in PKG_CFLAGS
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 F77: 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