Last updated on 2018-05-14 23:50:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.8 | 14.31 | 113.38 | 127.69 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.8 | 13.60 | 102.29 | 115.89 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.8 | 165.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.8 | 163.99 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.8 | 46.00 | 206.00 | 252.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.8 | 14.73 | 117.07 | 131.80 | NOTE | |
r-patched-solaris-x86 | 0.1.8 | 223.50 | NOTE | |||
r-release-linux-x86_64 | 0.1.8 | 12.06 | 118.21 | 130.27 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.8 | 46.00 | 206.00 | 252.00 | NOTE | |
r-release-osx-x86_64 | 0.1.8 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.8 | 20.00 | 148.00 | 168.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1.8 | NOTE |
Version: 0.1.8
Check: R code for possible problems
Result: NOTE
.isPath: no visible global function definition for ‘tail’
.isPath: no visible global function definition for ‘head’
navGraph : <anonymous>: no visible global function definition for
‘tail’
navGraph : <anonymous>: no visible global function definition for ‘sd’
navGraph: no visible global function definition for ‘colors’
ng_image_array_gray : <anonymous>: no visible global function
definition for ‘grey’
scagGraph: no visible global function definition for ‘quantile’
closeViz,NG_Viz2DAxis: no visible global function definition for
‘dev.off’
initializeViz,NG_Viz2DAxis: no visible global function definition for
‘dev.new’
initializeViz,NG_Viz2DAxis: no visible global function definition for
‘dev.cur’
plot,NG_graph-ANY: no visible global function definition for ‘box’
plot,NG_graph-ANY: no visible global function definition for ‘axis’
plot,NG_graph-ANY: no visible global function definition for ‘points’
plot,NG_graph-ANY: no visible global function definition for ‘text’
plot,NG_graph-ANY: no visible global function definition for ‘segments’
updateViz,NG_Viz2DAxis: no visible global function definition for
‘dev.set’
Undefined global functions or variables:
axis box colors dev.cur dev.new dev.off dev.set grey head points
quantile sd segments tail text
Consider adding
importFrom("grDevices", "colors", "dev.cur", "dev.new", "dev.off",
"dev.set", "grey")
importFrom("graphics", "axis", "box", "points", "segments", "text")
importFrom("stats", "quantile", "sd")
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.1.8
Check: compiled code
Result: NOTE
File ‘RnavGraph/libs/DisplaystuffTea.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
File ‘RnavGraph/libs/ImgscaleTea.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
File ‘RnavGraph/libs/RnavGraph.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
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-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.8
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘RDRToolbox’
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64