Last updated on 2015-12-29 00:46:25.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 0.85 | 6.12 | 60.16 | 66.28 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.86 | 124.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.86 | 144.12 | OK | |||
r-devel-osx-x86_64-clang | 0.86 | 60.60 | OK | |||
r-devel-windows-ix86+x86_64 | 0.85 | 45.00 | 133.00 | 178.00 | NOTE | |
r-patched-linux-x86_64 | 0.85 | 6.06 | 60.02 | 66.08 | NOTE | |
r-patched-solaris-sparc | 0.86 | 937.90 | NOTE | |||
r-patched-solaris-x86 | 0.86 | 198.30 | NOTE | |||
r-release-linux-x86_64 | 0.85 | 6.10 | 59.24 | 65.33 | NOTE | |
r-release-osx-x86_64-mavericks | 0.85 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.85 | 32.00 | 121.00 | 153.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 0.86 | 39.00 | 161.00 | 200.00 | OK |
Version: 0.85
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘INLA’
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-osx-x86_64-mavericks
Version: 0.85
Check: dependencies in R code
Result: NOTE
'library' or 'require' calls in package code:
‘INLA’ ‘Rgraphviz’
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64
Version: 0.85
Check: R code for possible problems
Result: NOTE
buildscorecache: no visible global function definition for ‘sd’
check.valid.data: no visible global function definition for
‘complete.cases’
eval.across.grid: no visible global function definition for ‘spline’
find.next.left.x: no visible global function definition for ‘spline’
find.next.right.x: no visible global function definition for ‘spline’
fitabn: no visible global function definition for ‘sd’
fitabn: no visible global function definition for ‘new’
getModeVector: no visible global function definition for ‘spline’
getmarginals: no visible global function definition for ‘sd’
graphicsetup: no visible global function definition for ‘dev.list’
graphicsetup: no visible global function definition for ‘dev.set’
search.hillclimber: no visible global function definition for ‘new’
search.hillclimber: no visible global function definition for ‘plot’
search.hillclimber: no visible global function definition for
‘initialize’
Undefined global functions or variables:
complete.cases dev.list dev.set initialize new plot sd spline
Consider adding
importFrom("grDevices", "dev.list", "dev.set")
importFrom("graphics", "plot")
importFrom("methods", "initialize", "new")
importFrom("stats", "complete.cases", "sd", "spline")
to your NAMESPACE (and ensure that your DESCRIPTION Imports field
contains 'methods').
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64
Version: 0.86
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘INLA’
Flavors: r-patched-solaris-sparc, r-patched-solaris-x86