CRAN Package Check Results for Package RVideoPoker

Last updated on 2020-08-07 01:49:59 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3 3.24 25.81 29.05 NOTE
r-devel-linux-x86_64-debian-gcc 0.3 2.63 20.96 23.59 NOTE
r-devel-linux-x86_64-fedora-clang 0.3 44.64 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3 35.23 NOTE
r-devel-windows-ix86+x86_64 0.3 12.00 41.00 53.00 NOTE
r-patched-linux-x86_64 0.3 3.23 26.05 29.28 NOTE
r-patched-solaris-x86 0.3 58.80 NOTE
r-release-linux-x86_64 0.3 3.01 25.87 28.88 NOTE
r-release-macos-x86_64 0.3 ERROR
r-release-windows-ix86+x86_64 0.3 12.00 63.00 75.00 NOTE
r-oldrel-macos-x86_64 0.3 ERROR
r-oldrel-windows-ix86+x86_64 0.3 8.00 36.00 44.00 NOTE

Check Details

Version: 0.3
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'pixmap' which was already attached by Depends.
     Please remove these calls from your code.
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-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.3
Check: R code for possible problems
Result: NOTE
    rvideopoker: warning in rp.radiogroup(mypanel, var =
     state$penny.nickel.quarter.dollar, initval = 1, values = c(1, 5, 25,
     100), title = "Bet (in Cents)", action = setbet): partial argument
     match of 'var' to 'variable'
    rvideopoker: warning in rp.slider(mypanel, var = state$no.of.credits,
     from = 1, to = 5, initval = 1, title = "How many Credits?",
     resolution = 1, action = creditset, showvalue = TRUE): partial
     argument match of 'var' to 'variable'
    rvideopoker: warning in rp.checkbox(panel = mypanel, var =
     state$keepC1, action = card1check, title = "Keep Card 1?"): partial
     argument match of 'var' to 'variable'
    rvideopoker: warning in rp.checkbox(panel = mypanel, var =
     state$keepC2, action = card2check, title = "Keep Card 2?"): partial
     argument match of 'var' to 'variable'
    rvideopoker: warning in rp.checkbox(panel = mypanel, var =
     state$keepC3, action = card3check, title = "Keep Card 3?"): partial
     argument match of 'var' to 'variable'
    rvideopoker: warning in rp.checkbox(panel = mypanel, var =
     state$keepC4, action = card4check, title = "Keep Card 4?"): partial
     argument match of 'var' to 'variable'
    rvideopoker: warning in rp.checkbox(panel = mypanel, var =
     state$keepC5, action = card5check, title = "Keep Card 5?"): partial
     argument match of 'var' to 'variable'
    rvideopoker : plotFrame: no visible global function definition for
     'par'
    rvideopoker : showBack: no visible global function definition for
     'title'
    rvideopoker : showCardsInitially: no visible global function definition
     for 'title'
    Undefined global functions or variables:
     par title
    Consider adding
     importFrom("graphics", "par", "title")
    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-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.3
Check: package dependencies
Result: ERROR
    Package required but not available: ‘rpanel’
    
    See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
    manual.
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64