Last updated on 2018-02-24 09:51:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 2.22 | 23.08 | 25.30 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.66 | 18.16 | 19.82 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 30.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 29.48 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1.1 | 13.00 | 45.00 | 58.00 | NOTE | |
r-patched-linux-x86_64 | 1.1.1 | 1.55 | 22.09 | 23.64 | NOTE | |
r-patched-solaris-x86 | 1.1.1 | 37.20 | NOTE | |||
r-release-linux-x86_64 | 1.1.1 | 1.49 | 22.19 | 23.68 | NOTE | |
r-release-windows-ix86+x86_64 | 1.1.1 | 10.00 | 62.00 | 72.00 | NOTE | |
r-release-osx-x86_64 | 1.1.1 | WARN | ||||
r-oldrel-windows-ix86+x86_64 | 1.1.1 | 7.00 | 55.00 | 62.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.1.1 | NOTE |
Version: 1.1.1
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.1.1
Check: R code for possible problems
Result: NOTE
.info: no visible global function definition for ‘packageDescription’
redisWorker: no visible global function definition for ‘flush.console’
Undefined global functions or variables:
flush.console packageDescription
Consider adding
importFrom("utils", "flush.console", "packageDescription")
to your NAMESPACE file.
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.1.1
Check: compiled code
Result: NOTE
File ‘doRedis/libs/doRedis.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.1.1
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 'doRedis.tex' failed.
LaTeX errors:
! LaTeX Error: File `relsize.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.22 \usepackage
{upquote}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64