CRAN Package Check Results for Package Disake

Last updated on 2018-06-01 08:48:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5 1.18 16.56 17.74 ERROR
r-devel-linux-x86_64-debian-gcc 1.5 0.91 14.03 14.94 ERROR
r-devel-linux-x86_64-fedora-clang 1.5 30.70 NOTE
r-devel-linux-x86_64-fedora-gcc 1.5 28.82 NOTE
r-devel-windows-ix86+x86_64 1.5 5.00 34.00 39.00 NOTE
r-patched-linux-x86_64 1.5 0.91 16.52 17.43 ERROR
r-patched-solaris-x86 1.5 43.00 NOTE
r-release-linux-x86_64 1.5 0.95 16.57 17.52 ERROR
r-release-windows-ix86+x86_64 1.5 4.00 57.00 61.00 NOTE
r-release-osx-x86_64 1.5 NOTE
r-oldrel-windows-ix86+x86_64 1.5 2.00 31.00 33.00 NOTE
r-oldrel-osx-x86_64 1.5 NOTE

Check Details

Version: 1.5
Check: R code for possible problems
Result: NOTE
    kf: no visible global function definition for ‘dbinom’
    Undefined global functions or variables:
     dbinom
    Consider adding
     importFrom("stats", "dbinom")
    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-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.5
Check: examples
Result: ERROR
    Running examples in ‘Disake-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: Baysbw
    > ### Title: Local Bayesian function for bandwidth selection
    > ### Aliases: Baysbw
    >
    > ### ** Examples
    >
    > ## Data can be simulated data or real data
    > ## and bandwidth is computed through the local Bayesian procedure.
    > Vec<-c(10,0,1,0,4,0,6,0,0,0,1,1,1,2,4,4,5,6,6,6,6,7,1,7,0,7,7,
    + 7,8,0,8,12,8,8,9,9,0,9,9,10,10,10,10,0,10,10,11,12,12,10,12,12,
    + 13,14,15,16,16,17,0,12)
    >
    > h_Bays<-Baysbw(Vec)
    Error in if (x[i] <= y1 + 1) { : the condition has length > 1
    Calls: Baysbw
    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