Last updated on 2022-06-20 14:51:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 6.85 | 200.24 | 207.09 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 5.72 | 152.27 | 157.99 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 260.63 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 256.73 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 14.00 | 244.00 | 258.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 9.30 | 192.67 | 201.97 | NOTE | |
r-release-linux-x86_64 | 1.0 | 6.37 | 197.02 | 203.39 | NOTE | |
r-release-macos-arm64 | 1.0 | 166.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 195.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 17.00 | 235.00 | 252.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 197.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 334.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 12.00 | 249.00 | 261.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
ESEA.Main: no visible global function definition for 'rnorm'
ESEA.Main: no visible global function definition for 'sd'
ESEA.Main: no visible global function definition for 'p.adjust'
PlotGlobEdgeCorProfile: no visible global function definition for
'lines'
PlotGlobEdgeCorProfile: no visible global function definition for
'colors'
PlotGlobEdgeCorProfile: no visible global function definition for
'points'
PlotGlobEdgeCorProfile: no visible global function definition for
'legend'
PlotGlobEdgeCorProfile: no visible global function definition for
'text'
PlotPathwayGraph: no visible global function definition for 'par'
PlotRunEnrichment: no visible global function definition for 'lines'
PlotRunEnrichment: no visible global function definition for 'colors'
PlotRunEnrichment: no visible global function definition for 'text'
SavePathway2File: no visible global function definition for 'is'
calEdgeCorScore: no visible global function definition for 'na.omit'
Undefined global functions or variables:
colors is legend lines na.omit p.adjust par points rnorm sd text
Consider adding
importFrom("grDevices", "colors")
importFrom("graphics", "legend", "lines", "par", "points", "text")
importFrom("methods", "is")
importFrom("stats", "na.omit", "p.adjust", "rnorm", "sd")
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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64