• using R version 3.6.0 beta (2019-04-15 r76395)
  • using platform: x86_64-apple-darwin15.6.0 (64-bit)
  • using session charset: UTF-8
  • checking for file ‘SRRS/DESCRIPTION’ ... OK
  • checking extension type ... Package
  • this is package ‘SRRS’ version ‘0.1.1’
  • 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 ‘SRRS’ can be installed ... [4s/7s] 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
    Package in Depends field not imported from: ‘tcltk’
      These packages need to be imported from (in the NAMESPACE file)
      for when this namespace is loaded but not attached.
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... [5s/8s] NOTE
    SRRS : main: no visible global function definition for ‘cor’
    SRRS : main: no visible global function definition for ‘lm’
    SRRS : main: no visible global function definition for ‘resid’
    SRRS : doSRRS: no visible global function definition for ‘tclvalue’
    SRRS : doSRRS: no visible global function definition for ‘tcl’
    SRRS : doSRRS: no visible global function definition for ‘tktoplevel’
    SRRS : doSRRS: no visible global function definition for ‘tkwm.title’
    SRRS : doSRRS: no visible global function definition for ‘tclRequire’
    SRRS : doSRRS: no visible global function definition for ‘tclArray’
    SRRS : doSRRS: no visible global function definition for ‘tkwidget’
    SRRS : doSRRS: no visible global function definition for ‘tkgrid’
    SRRS : doSRRS : OnOK: no visible global function definition for
      ‘tkdestroy’
    SRRS : doSRRS: no visible global function definition for ‘tkbutton’
    SRRS : getDMfile: no visible global function definition for ‘tclvalue’
    SRRS : getDMfile: no visible global function definition for
      ‘tkgetOpenFile’
    SRRS : getDMfile: no visible global function definition for
      ‘read.table’
    SRRS : getRVfile: no visible global function definition for ‘tclvalue’
    SRRS : getRVfile: no visible global function definition for
      ‘tkgetOpenFile’
    SRRS : getRVfile: no visible global function definition for
      ‘read.table’
    SRRS : PressedUpdate: no visible global function definition for
      ‘browseURL’
    SRRS : PressedAbout: no visible global function definition for
      ‘tkmessageBox’
    SRRS : PressedQ1: no visible global function definition for
      ‘tkmessageBox’
    SRRS : PressedQ2: no visible global function definition for
      ‘tkmessageBox’
    SRRS : PressedQ3: no visible global function definition for
      ‘tkmessageBox’
    SRRS : PressedQ4: no visible global function definition for
      ‘tkmessageBox’
    SRRS : PressedQ5: no visible global function definition for
      ‘tkmessageBox’
    SRRS : PressedQ6: no visible global function definition for
      ‘tkmessageBox’
    SRRS: no visible global function definition for ‘tktoplevel’
    SRRS: no visible global function definition for ‘tkwm.title’
    SRRS: no visible global function definition for ‘tkbutton’
    SRRS: no visible global function definition for ‘tkgrid’
    SRRS: no visible global function definition for ‘tklabel’
    SRRS: no visible global function definition for ‘tkcheckbutton’
    SRRS: no visible global function definition for ‘tclVar’
    SRRS: no visible global function definition for ‘tkconfigure’
    SRRS: no visible global function definition for ‘tkentry’
    SRRS: no visible global function definition for ‘tclRequire’
    SRRS: no visible global function definition for ‘tkwidget’
    Undefined global functions or variables:
      browseURL cor lm read.table resid tcl tclArray tclRequire tclVar
      tclvalue tkbutton tkcheckbutton tkconfigure tkdestroy tkentry
      tkgetOpenFile tkgrid tklabel tkmessageBox tktoplevel tkwidget
      tkwm.title
    Consider adding
      importFrom("stats", "cor", "lm", "resid")
      importFrom("utils", "browseURL", "read.table")
    to your NAMESPACE file.
  • checking Rd files ... 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 ... ERROR
    Running examples in ‘SRRS-Ex.R’ failed
    The error most likely occurred in:

    > ### Name: SRRS-package
    > ### Title: The Stepwise Response Refinement Screener (SRRS)
    > ### Aliases: SRRS-package
    >
    > ### ** Examples
    >
    > SRRS()
    Warning in tclRequire("BWidget") : Tcl package 'BWidget' not found
    Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
      [tcl] invalid command name "ComboBox".
    Calls: SRRS -> tkwidget -> tcl -> .Tcl.objv -> structure
    Execution halted
  • checking PDF version of manual ... OK
  • DONE
    Status: 1 ERROR, 2 NOTEs