CRAN Package Check Results for Package statcomp

Last updated on 2018-06-01 08:49:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.1.1000 2.88 20.29 23.17 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.1.1000 2.19 17.59 19.78 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.1.1000 31.17 NOTE
r-devel-linux-x86_64-fedora-gcc 0.0.1.1000 28.87 NOTE
r-devel-windows-ix86+x86_64 0.0.1.1000 12.00 63.00 75.00 OK
r-patched-linux-x86_64 0.0.1.1000 2.82 20.93 23.75 ERROR
r-patched-solaris-x86 0.0.1.1000 50.20 OK
r-release-linux-x86_64 0.0.1.1000 2.44 20.93 23.37 ERROR
r-release-windows-ix86+x86_64 0.0.1.1000 8.00 53.00 61.00 OK
r-release-osx-x86_64 0.0.1.1000 OK
r-oldrel-windows-ix86+x86_64 0.0.1.1000 10.00 39.00 49.00 OK
r-oldrel-osx-x86_64 0.0.1.1000 OK

Check Details

Version: 0.0.1.1000
Check: compiled code
Result: NOTE
    File ‘statcomp/libs/statcomp.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
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-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.0.1.1000
Check: examples
Result: ERROR
    Running examples in ‘statcomp-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: global_complexity
    > ### Title: A function to compute global information and complexity measures
    > ### for time series
    > ### Aliases: global_complexity
    >
    > ### ** Examples
    >
    > x = arima.sim(model=list(ar = 0.3), n = 10^4)
    > global_complexity(x = x, ndemb = 6)
     PE MPR_Cjs nforbiden
    0.98413890 0.03714999 0.00000000
    > # or:
    > opd = ordinal_pattern_distribution(x = x, ndemb = 6)
    > global_complexity(opd = opd, ndemb = 6)
    Error in if (is.na(opd)) opd = ordinal_pattern_distribution(x = x, ndemb = ndemb) :
     the condition has length > 1
    Calls: global_complexity
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64