• using R version 4.1.0 (2021-05-18)
  • using platform: x86_64-apple-darwin17.0 (64-bit)
  • using session charset: UTF-8
  • checking for file ‘RVideoPoker/DESCRIPTION’ ... OK
  • checking extension type ... Package
  • this is package ‘RVideoPoker’ version ‘0.3’
  • checking package namespace information ... OK
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking if there is a namespace ... OK
  • checking for executable files ... OK
  • checking for hidden files and directories ... OK
  • checking for portable file names ... OK
  • checking for sufficient/correct file permissions ... OK
  • checking whether package ‘RVideoPoker’ can be installed ... [3s/3s] OK
  • checking installed package size ... OK
  • checking package directory ... OK
  • checking DESCRIPTION meta-information ... OK
  • checking top-level files ... OK
  • checking for left-over files ... OK
  • checking index information ... OK
  • checking package subdirectories ... OK
  • checking R files for non-ASCII characters ... OK
  • checking R files for syntax errors ... OK
  • checking whether the package can be loaded ... OK
  • checking whether the package can be loaded with stated dependencies ... OK
  • checking whether the package can be unloaded cleanly ... OK
  • checking whether the namespace can be loaded with stated dependencies ... OK
  • checking whether the namespace can be unloaded cleanly ... OK
  • checking loading without being on the library search path ... OK
  • checking dependencies in R code ... NOTE
    'library' or 'require' call to ‘pixmap’ which was already attached by Depends.
      Please remove these calls from your code.
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... [3s/3s] 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.
  • checking Rd files ... [0s/0s] OK
  • checking Rd metadata ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking Rd contents ... OK
  • checking for unstated dependencies in examples ... OK
  • checking examples ... [1s/1s] OK
  • checking PDF version of manual ... OK
  • DONE
    Status: 2 NOTEs
  • using check arguments '--no-clean-on-error '