Last updated on 2018-02-12 06:46:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.39 | 12.66 | 128.15 | 140.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.39 | 10.72 | 110.52 | 121.24 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.39 | 187.18 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.39 | 184.07 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.39 | 30.00 | 140.00 | 170.00 | NOTE | |
r-patched-linux-x86_64 | 0.39 | 5.45 | 145.05 | 150.50 | NOTE | |
r-patched-solaris-x86 | 0.39 | 256.30 | NOTE | |||
r-release-linux-x86_64 | 0.39 | 6.13 | 145.20 | 151.33 | NOTE | |
r-release-windows-ix86+x86_64 | 0.39 | 13.00 | 158.00 | 171.00 | NOTE | |
r-release-osx-x86_64 | 0.39 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.39 | 13.00 | 189.00 | 202.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.39 | NOTE |
Version: 0.39
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to ‘fields’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Package in Depends field not imported from: ‘parallel’
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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.39
Check: R code for possible problems
Result: NOTE
eenorm: no visible global function definition for ‘plot’
eenorm: no visible global function definition for ‘abline’
eeplot: no visible global function definition for ‘plot’
eeplot: no visible global function definition for ‘abline’
expectreg.boost: no visible global function definition for ‘mclapply’
expectreg.boost: no visible global function definition for
‘detectCores’
laws: no visible global function definition for ‘mclapply’
laws: no visible global function definition for ‘detectCores’
lcurve: no visible global function definition for ‘matplot’
plot.bundledensity: no visible global function definition for ‘hist’
plot.bundledensity: no visible global function definition for ‘lines’
plot.expectreg: no visible global function definition for ‘par’
plot.expectreg: no visible global function definition for
‘dev.interactive’
plot.expectreg: no visible global function definition for
‘devAskNewPage’
plot.expectreg: no visible global function definition for ‘matplot’
plot.expectreg: no visible global function definition for ‘matlines’
plot.expectreg: no visible global function definition for ‘rainbow’
plot.expectreg: no visible global function definition for ‘plot’
plot.expectreg: no visible global function definition for ‘matpoints’
plot.expectreg: no visible global function definition for ‘points’
plot.expectreg: no visible global function definition for ‘persp’
plot.expectreg: no visible global function definition for ‘image’
quant.boost: no visible global function definition for ‘mclapply’
quant.boost: no visible global function definition for ‘detectCores’
rb: no visible global function definition for ‘cover.design’
Undefined global functions or variables:
abline cover.design detectCores dev.interactive devAskNewPage hist
image lines matlines matplot matpoints mclapply par persp plot points
rainbow
Consider adding
importFrom("grDevices", "dev.interactive", "devAskNewPage", "rainbow")
importFrom("graphics", "abline", "hist", "image", "lines", "matlines",
"matplot", "matpoints", "par", "persp", "plot", "points")
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.39
Check: re-building of vignette outputs
Result: NOTE
Error in re-building vignettes:
...
The following objects are masked from ‘package:foreign’:
read.dbf, write.dbf
Note: Function plotsurf depends on akima which has
a restricted licence that explicitly forbids commercial use.
akima is therefore disabled by default and may be enabled by
akimaPermit(). Calling this function includes your agreement to
akima`s licence restrictions.
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'expectreg.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.4 \usepackage
{amsmath}^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: buildVignettes -> texi2pdf -> texi2dvi
Execution halted
Flavor: r-release-osx-x86_64