Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.03 | 5.58 | 59.70 | 65.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.03 | 4.68 | 44.48 | 49.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.03 | 85.72 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.03 | 75.92 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.03 | 17.00 | 80.00 | 97.00 | NOTE | |
r-patched-linux-x86_64 | 1.03 | 5.35 | 57.54 | 62.89 | NOTE | |
r-patched-solaris-x86 | 1.03 | 108.00 | NOTE | |||
r-release-linux-x86_64 | 1.03 | 5.44 | 58.34 | 63.78 | NOTE | |
r-release-macos-x86_64 | 1.03 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.03 | 21.00 | 106.00 | 127.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.03 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.03 | 9.00 | 94.00 | 103.00 | NOTE |
Version: 1.03
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'methods' which was already attached by Depends.
Please remove these calls from your code.
Packages in Depends field not imported from:
'grid' 'lattice' 'methods'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.03
Check: R code for possible problems
Result: NOTE
File 'orderbook/R/AllGenerics.R':
.onLoad calls:
require(methods)
Package startup functions should not change the search path.
See section 'Good practice' in '?.onAttach'.
.animate.plot : new.yscale.components: no visible global function
definition for 'yscale.components.default'
.animate.plot: no visible global function definition for 'barchart'
.combine.size: no visible global function definition for 'aggregate'
.plot.ob : new.yscale.components: no visible global function definition
for 'yscale.components.default'
.plot.ob: no visible global function definition for 'xyplot'
.plot.ob : <anonymous>: no visible global function definition for
'panel.xyplot'
.plot.ob : <anonymous>: no visible global function definition for
'panel.lines'
.plot.orders.ob : new.yscale.components: no visible global function
definition for 'yscale.components.default'
.plot.orders.ob: no visible global function definition for 'xyplot'
.plot.orders.ob : <anonymous>: no visible global function definition
for 'panel.xyplot'
.plot.orders.ob : <anonymous>: no visible global function definition
for 'panel.lines'
.plot.side.ob : new.yscale.components: no visible global function
definition for 'yscale.components.default'
.plot.side.ob: no visible global function definition for 'barchart'
.plot.side.ob: no visible global function definition for
'trellis.focus'
.plot.side.ob: no visible global function definition for 'grid.text'
.plot.side.ob: no visible global function definition for
'trellis.unfocus'
.supply.demand.plot: no visible global function definition for 'xyplot'
.supply.demand.plot : <anonymous>: no visible global function
definition for 'panel.xyplot'
.supply.demand.plot : <anonymous>: no visible global function
definition for 'panel.abline'
copy,orderbook: no visible global function definition for 'hash'
reset,orderbook: no visible global function definition for 'clear'
Undefined global functions or variables:
aggregate barchart clear grid.text hash panel.abline panel.lines
panel.xyplot trellis.focus trellis.unfocus xyplot
yscale.components.default
Consider adding
importFrom("stats", "aggregate")
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64