Last updated on 2020-02-15 01:01:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.0 | 294.21 | 68.57 | 362.78 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.0 | 211.42 | 53.51 | 264.93 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.0 | 501.19 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 468.56 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3.0 | 480.00 | 121.00 | 601.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.3.0 | 669.00 | 155.00 | 824.00 | OK | |
r-patched-linux-x86_64 | 0.3.0 | 213.66 | 60.74 | 274.40 | NOTE | |
r-patched-solaris-x86 | 0.3.0 | 404.90 | NOTE | |||
r-release-linux-x86_64 | 0.3.0 | 219.26 | 60.11 | 279.37 | NOTE | |
r-release-windows-ix86+x86_64 | 0.3.0 | 454.00 | 107.00 | 561.00 | OK | |
r-release-osx-x86_64 | 0.3.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.0 | 439.00 | 133.00 | 572.00 | OK | |
r-oldrel-osx-x86_64 | 0.3.0 | NOTE |
Version: 0.3.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 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
Version: 0.3.0
Check: installed package size
Result: NOTE
installed size is 22.8Mb
sub-directories of 1Mb or more:
libs 22.6Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 0.3.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