Last updated on 2018-03-02 08:49:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 28.16 | 57.73 | 85.89 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 25.04 | 50.36 | 75.40 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 105.22 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 101.76 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.2 | 58.00 | 96.00 | 154.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 31.32 | 64.34 | 95.66 | OK | |
r-patched-solaris-x86 | 0.1.2 | 142.10 | OK | |||
r-release-linux-x86_64 | 0.1.2 | 31.66 | 64.59 | 96.25 | OK | |
r-release-windows-ix86+x86_64 | 0.1.2 | 62.00 | 105.00 | 167.00 | OK | |
r-release-osx-x86_64 | 0.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 53.00 | 87.00 | 140.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.2 | OK |
Version: 0.1.2
Check: R code for possible problems
Result: NOTE
color.bar: no visible global function definition for ‘axis’
color.bar: no visible global function definition for ‘rect’
load.data: no visible global function definition for ‘read.csv’
load.geneset: no visible global function definition for ‘read.csv’
phantom.report.optk: no visible global function definition for
‘write.table’
plot.pareto.front: no visible global function definition for ‘points’
plot.pareto.front: no visible global function definition for ‘lines’
plot.pareto.front: no visible global function definition for ‘legend’
plot.pareto.front: no visible global function definition for ‘title’
plot.phantom: no visible global function definition for ‘par’
plot.phantom: no visible global function definition for ‘layout’
plot.phantom: no visible global function definition for ‘points’
plot.phantom: no visible global function definition for ‘lines’
plot.phantom: no visible global function definition for ‘title’
Undefined global functions or variables:
axis layout legend lines par points read.csv rect title write.table
Consider adding
importFrom("graphics", "axis", "layout", "legend", "lines", "par",
"points", "rect", "title")
importFrom("utils", "read.csv", "write.table")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc