Last updated on 2017-07-31 01:47:10.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4-2 | 0.66 | 26.74 | 27.40 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4-2 | 0.64 | 14.86 | 15.50 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4-2 | 26.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4-2 | 26.22 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4-2 | 5.00 | 52.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 0.4-2 | 0.65 | 26.59 | 27.24 | NOTE | |
r-patched-solaris-x86 | 0.4-2 | 36.70 | NOTE | |||
r-release-linux-x86_64 | 0.4-2 | 0.62 | 26.36 | 26.98 | NOTE | |
r-release-windows-ix86+x86_64 | 0.4-2 | 4.00 | 38.00 | 42.00 | NOTE | |
r-release-osx-x86_64 | 0.4-2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.4-2 | 3.00 | 35.00 | 38.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.4-2 | NOTE |
Version: 0.4-2
Check: R code for possible problems
Result: NOTE
plot.burndown: no visible global function definition for ‘par’
plot.burndown: no visible global function definition for ‘hcl’
plot.burndown: no visible global function definition for ‘plot’
plot.burndown: no visible global function definition for ‘polygon’
plot.burndown: no visible global function definition for ‘lm’
plot.burndown: no visible global function definition for ‘abline’
plot.burndown: no visible global function definition for ‘lines’
plot.burndown: no visible global function definition for ‘points’
plot.burndown: no visible global function definition for ‘legend’
plot.burndown: no visible global function definition for ‘mtext’
plot.gantt: no visible global function definition for ‘gray’
plot.gantt: no visible global function definition for ‘par’
plot.gantt: no visible global function definition for ‘strheight’
plot.gantt: no visible global function definition for ‘strwidth’
plot.gantt: no visible global function definition for ‘plot’
plot.gantt: no visible global function definition for ‘box’
plot.gantt: no visible global function definition for ‘mtext’
plot.gantt: no visible global function definition for ‘axis.POSIXct’
plot.gantt: no visible global function definition for ‘rug’
plot.gantt: no visible global function definition for ‘abline’
plot.gantt: no visible global function definition for ‘axis’
plot.gantt: no visible global function definition for ‘lines’
plot.gantt: no visible global function definition for ‘rect’
Undefined global functions or variables:
abline axis axis.POSIXct box gray hcl legend lines lm mtext par plot
points polygon rect rug strheight strwidth
Consider adding
importFrom("grDevices", "gray", "hcl")
importFrom("graphics", "abline", "axis", "axis.POSIXct", "box",
"legend", "lines", "mtext", "par", "plot", "points",
"polygon", "rect", "rug", "strheight", "strwidth")
importFrom("stats", "lm")
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.4-2
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
Warning in rug(subTics) : some values will be clipped
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'plan.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.11 \usepackage
{boxedminipage}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64