Last updated on 2018-08-21 07:47:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 4.69 | 41.59 | 46.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 4.43 | 33.65 | 38.08 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 57.13 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 57.13 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0.5 | 18.00 | 82.00 | 100.00 | OK | |
r-patched-linux-x86_64 | 1.0.5 | 4.97 | 40.29 | 45.26 | NOTE | |
r-patched-solaris-x86 | 1.0.5 | 76.90 | OK | |||
r-release-linux-x86_64 | 1.0.5 | 5.10 | 40.12 | 45.22 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0.5 | 18.00 | 82.00 | 100.00 | OK | |
r-release-osx-x86_64 | 1.0.5 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.5 | 8.00 | 57.00 | 65.00 | OK | |
r-oldrel-osx-x86_64 | 1.0.5 | WARN |
Version: 1.0.5
Check: compiled code
Result: NOTE
File ‘BGLR/libs/BGLR.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ 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: 1.0.5
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_CFLAGS but no OPENMP macro in PKG_LIBS
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).
Using a SHLIB_OPENMP_ macro for compilation but none in PKG_LIBS is not
portable and may result in installation errors.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.5
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'BGLR-extdoc.tex' failed.
LaTeX errors:
! LaTeX Error: File `appendix.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.9 \usepackage
{rotating}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-oldrel-osx-x86_64