Last updated on 2016-10-25 23:47:38.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5-2 | 1.10 | 50.09 | 51.19 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.5-2 | 2.01 | 49.78 | 51.78 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.5-2 | 98.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.5-2 | 92.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.5-2 | 6.00 | 123.00 | 129.00 | NOTE | |
r-patched-linux-x86_64 | 1.5-2 | 1.08 | 50.92 | 52.00 | NOTE | |
r-patched-solaris-sparc | 1.5-2 | 565.60 | NOTE | |||
r-patched-solaris-x86 | 1.5-2 | 106.70 | NOTE | |||
r-release-linux-x86_64 | 1.5-2 | 0.92 | 47.53 | 48.45 | NOTE | |
r-release-osx-x86_64-mavericks | 1.5-2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.5-2 | 3.00 | 92.00 | 95.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.5-2 | 6.00 | 160.00 | 166.00 | OK |
Version: 1.5-2
Check: R code for possible problems
Result: NOTE
estfun.gmmFct: no visible global function definition for ‘is’
getModel.baseGel: no visible global function definition for ‘is’
getModel.baseGmm: no visible global function definition for ‘is’
getModel.constGmm: no visible global function definition for ‘is’
plot.gel: no visible binding for global variable ‘panel.smooth’
plot.gel: no visible binding for global variable ‘points’
plot.gel: no visible global function definition for ‘par’
plot.gel: no visible global function definition for ‘dev.interactive’
plot.gel: no visible global function definition for ‘plot’
plot.gmm: no visible binding for global variable ‘panel.smooth’
plot.gmm: no visible binding for global variable ‘points’
plot.gmm: no visible global function definition for ‘par’
plot.gmm: no visible global function definition for ‘dev.interactive’
plot.gmm: no visible global function definition for ‘devAskNewPage’
plot.gmm: no visible global function definition for ‘extendrange’
plot.gmm: no visible global function definition for ‘plot’
plot.gmm: no visible global function definition for ‘abline’
plot.gmm: no visible global function definition for ‘lines’
plot.gmm: no visible global function definition for ‘legend’
Undefined global functions or variables:
abline dev.interactive devAskNewPage extendrange is legend lines
panel.smooth par plot points
Consider adding
importFrom("grDevices", "dev.interactive", "devAskNewPage",
"extendrange")
importFrom("graphics", "abline", "legend", "lines", "panel.smooth",
"par", "plot", "points")
importFrom("methods", "is")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-macos-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64