CRAN Package Check Results for Package statsguRu

Last updated on 2021-01-21 09:52:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 9.56 110.08 119.64 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 6.99 79.33 86.32 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 119.90 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 110.52 ERROR
r-devel-windows-ix86+x86_64 0.1.1 23.00 179.00 202.00 OK
r-patched-linux-x86_64 0.1.1 9.11 104.49 113.60 OK
r-patched-solaris-x86 0.1.1 122.20 ERROR
r-release-linux-x86_64 0.1.1 9.31 104.01 113.32 OK
r-release-macos-x86_64 0.1.1 OK
r-release-windows-ix86+x86_64 0.1.1 23.00 144.00 167.00 OK
r-oldrel-macos-x86_64 0.1.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1.1 14.00 129.00 143.00 NOTE

Check Details

Version: 0.1.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘htmltab’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘statsguRu-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: dispBatsmanDismissals
    > ### Title: Plots a pie chart of Dismissal Summary of a Player
    > ### Aliases: dispBatsmanDismissals
    >
    > ### ** Examples
    >
    > sachin = getDismissalSummary(35320,11)
    Error in loadNamespace(x) : there is no package called ‘htmltab’
    Calls: getDismissalSummary ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘statsguRu-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: dispBatsmanDismissals
    > ### Title: Plots a pie chart of Dismissal Summary of a Player
    > ### Aliases: dispBatsmanDismissals
    >
    > ### ** Examples
    >
    > sachin = getDismissalSummary(35320,11)
    Error in loadNamespace(name) : there is no package called ‘htmltab’
    Calls: getDismissalSummary ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.1
Check: R code for possible problems
Result: NOTE
    dispBattingAveByYears: no visible global function definition for ‘plot’
    dispBowlingAveByYears: no visible global function definition for ‘plot’
    dispBowlingERByYears: no visible global function definition for ‘plot’
    Undefined global functions or variables:
     plot
    Consider adding
     importFrom("graphics", "plot")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64