Last updated on 2018-09-26 01:46:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.5.5 | 3.52 | 66.70 | 70.22 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.5.5 | 2.71 | 51.93 | 54.64 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.5.5 | 83.51 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.5.5 | 80.39 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.5.5 | 11.00 | 111.00 | 122.00 | NOTE | |
r-patched-linux-x86_64 | 0.5.5 | 3.30 | 62.51 | 65.81 | NOTE | |
r-patched-solaris-x86 | 0.5.5 | 105.60 | NOTE | |||
r-release-linux-x86_64 | 0.5.5 | 3.23 | 62.87 | 66.10 | NOTE | |
r-release-windows-ix86+x86_64 | 0.5.5 | 13.00 | 127.00 | 140.00 | NOTE | |
r-release-osx-x86_64 | 0.5.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.5.5 | 6.00 | 120.00 | 126.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.5.5 | NOTE |
Version: 0.5.5
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
BugReports field is not a suitable URL but contains an email address
which will be used as from R 3.4.0
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: 0.5.5
Check: R code for possible problems
Result: NOTE
createFormula: no visible global function definition for ‘tail’
createFormula: no visible global function definition for ‘head’
createFormula: no visible global function definition for ‘as.formula’
ezsim: no visible global function definition for ‘runif’
plot.ezsim: no visible global function definition for ‘quantile’
plot.ezsim: no visible global function definition for ‘head’
plot.ezsim: no visible global function definition for ‘tail’
plot.ezsim: no visible global function definition for ‘plot’
plot.ezsim: no visible binding for global variable ‘dnorm’
plot.ezsim: no visible binding for global variable ‘pdf’
plot.ezsim: no visible global function definition for ‘dev.off’
plot.ezsim : <anonymous>: no visible global function definition for
‘dev.new’
plot.summary.ezsim: no visible global function definition for ‘head’
plot.summary.ezsim: no visible global function definition for ‘tail’
plot.summary.ezsim: no visible binding for global variable ‘pdf’
plot.summary.ezsim: no visible global function definition for ‘dev.off’
plot.summary.ezsim : <anonymous>: no visible global function definition
for ‘dev.new’
Undefined global functions or variables:
as.formula dev.new dev.off dnorm head pdf plot quantile runif tail
Consider adding
importFrom("grDevices", "dev.new", "dev.off", "pdf")
importFrom("graphics", "plot")
importFrom("stats", "as.formula", "dnorm", "quantile", "runif")
importFrom("utils", "head", "tail")
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: 0.5.5
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Warning: The labeller API has been updated. Labellers taking `variable`and `value` arguments are now deprecated. See labellers documentation.
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'vignette.tex' failed.
LaTeX errors:
! LaTeX Error: File `fullpage.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.5 \usepackage
{Sweave}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-oldrel-osx-x86_64