CRAN Package Check Results for Package orderbook

Last updated on 2022-04-24 03:52:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.03 4.51 72.84 77.35 NOTE
r-devel-linux-x86_64-debian-gcc 1.03 4.72 54.69 59.41 NOTE
r-devel-linux-x86_64-fedora-clang 1.03 98.08 NOTE
r-devel-linux-x86_64-fedora-gcc 1.03 84.46 NOTE
r-patched-linux-x86_64 1.03 5.04 70.08 75.12 NOTE
r-release-linux-x86_64 1.03 4.46 68.23 72.69 NOTE
r-release-macos-arm64 1.03 NOTE
r-release-macos-x86_64 1.03 NOTE
r-release-windows-x86_64 1.03 57.00 110.00 167.00 NOTE
r-oldrel-macos-arm64 1.03 NOTE
r-oldrel-macos-x86_64 1.03 NOTE
r-oldrel-windows-ix86+x86_64 1.03 13.00 93.00 106.00 NOTE

Check Details

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-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-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