Last updated on 2018-09-28 22:52:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 255.09 | 64.38 | 319.47 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 203.24 | 51.90 | 255.14 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 470.51 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 390.35 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 578.00 | 138.00 | 716.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 251.78 | 54.30 | 306.08 | OK | |
r-patched-solaris-x86 | 1.0 | 350.40 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 244.05 | 54.14 | 298.19 | OK | |
r-release-windows-ix86+x86_64 | 1.0 | 454.00 | 103.00 | 557.00 | OK | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 420.00 | 132.00 | 552.00 | OK | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
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
Version: 1.0
Check: installed package size
Result: NOTE
installed size is 19.7Mb
sub-directories of 1Mb or more:
libs 19.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘Rdpack’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64