Last updated on 2019-07-02 15:01:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4 | 6.30 | 43.99 | 50.29 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4 | 5.27 | 35.57 | 40.84 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4 | 66.57 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.4 | 75.82 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.4 | 18.00 | 102.00 | 120.00 | NOTE | |
r-patched-linux-x86_64 | 0.4 | 6.63 | 43.57 | 50.20 | NOTE | |
r-patched-solaris-x86 | 0.4 | 81.70 | NOTE | |||
r-release-linux-x86_64 | 0.4 | 6.53 | 43.74 | 50.27 | NOTE | |
r-release-windows-ix86+x86_64 | 0.4 | 19.00 | 92.00 | 111.00 | NOTE | |
r-release-osx-x86_64 | 0.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.4 | 16.00 | 67.00 | 83.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.4 | NOTE |
Version: 0.4
Check: R code for possible problems
Result: NOTE
MDSplot: no visible global function definition for 'par'
MDSplot: no visible global function definition for 'rainbow'
MDSplot: no visible global function definition for 'plot'
MDSplot: no visible global function definition for 'pairs'
classCenter : <anonymous>: no visible binding for global variable
'median'
grow.snpRF: no visible global function definition for 'update'
na.roughfix.data.frame : roughfix: no visible global function
definition for 'median'
na.roughfix.default: no visible global function definition for 'median'
outlier.default: no visible global function definition for 'median'
outlier.default: no visible global function definition for 'mad'
plot.margin: no visible global function definition for
'installed.packages'
plot.margin: no visible global function definition for 'rainbow'
plot.margin: no visible global function definition for 'plot.default'
plot.snpRF: no visible global function definition for 'matplot'
tuneSnpRF: no visible global function definition for 'axis'
varImpPlot: no visible global function definition for 'par'
varImpPlot: no visible global function definition for 'dotchart'
varImpPlot: no visible global function definition for 'mtext'
Undefined global functions or variables:
axis dotchart installed.packages mad matplot median mtext pairs par
plot plot.default rainbow update
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "axis", "dotchart", "matplot", "mtext", "pairs",
"par", "plot", "plot.default")
importFrom("stats", "mad", "median", "update")
importFrom("utils", "installed.packages")
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
Check: compiled code
Result: NOTE
File ‘snpRF/libs/snpRF.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-fedora-clang, r-devel-linux-x86_64-fedora-gcc