CRAN Package Check Results for Package iClick

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5 14.50 95.79 110.29 OK
r-devel-linux-x86_64-debian-gcc 1.5 10.63 74.93 85.56 OK
r-devel-linux-x86_64-fedora-clang 1.5 139.57 OK
r-devel-linux-x86_64-fedora-gcc 1.5 131.12 OK
r-devel-windows-ix86+x86_64 1.5 40.00 109.00 149.00 OK
r-patched-linux-x86_64 1.5 10.13 95.26 105.39 OK
r-patched-solaris-x86 1.5 202.00 OK
r-release-linux-x86_64 1.5 14.10 95.24 109.34 OK
r-release-macos-x86_64 1.5 OK
r-release-windows-ix86+x86_64 1.5 35.00 137.00 172.00 OK
r-oldrel-macos-x86_64 1.5 ERROR
r-oldrel-windows-ix86+x86_64 1.5 19.00 105.00 124.00 OK

Check Details

Version: 1.5
Check: examples
Result: ERROR
    Running examples in ‘iClick-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: iClick.ARIMA
    > ### Title: iClick GUI for ARIMA
    > ### Aliases: iClick.ARIMA
    >
    > ### ** Examples
    >
    >
    > ##External data
    > data("world20")
    > y=na.omit(diff(log(world20[,1])))
    >
    > ## Simulation data
    > #dat=rnorm(200,5,1)
    > #y=ts(dat, start = c(1970, 1), frequency = 12)
    >
    > iClick.ARIMA(y)
    Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
     [tcl] invalid command name "toplevel".
    Calls: iClick.ARIMA ... tktoplevel -> tkwidget -> tcl -> .Tcl.objv -> structure
    Execution halted
Flavor: r-oldrel-macos-x86_64