Last updated on 2022-05-09 17:52:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.03 | 4.84 | 73.26 | 78.10 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.03 | 5.06 | 55.05 | 60.11 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.03 | 96.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.03 | 92.67 | NOTE | |||
r-devel-windows-x86_64 | 1.03 | 53.00 | 108.00 | 161.00 | NOTE | |
r-patched-linux-x86_64 | 1.03 | 6.22 | 70.61 | 76.83 | NOTE | |
r-release-linux-x86_64 | 1.03 | 6.22 | 69.37 | 75.59 | NOTE | |
r-release-macos-arm64 | 1.03 | 34.00 | NOTE | |||
r-release-macos-x86_64 | 1.03 | 55.00 | NOTE | |||
r-release-windows-x86_64 | 1.03 | 53.00 | 111.00 | 164.00 | NOTE | |
r-oldrel-macos-arm64 | 1.03 | 38.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.03 | 51.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.03 | 14.00 | 98.00 | 112.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-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
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-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