CRAN Package Check Results for Package epifit

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 3.92 31.00 34.92 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.2 3.81 25.92 29.73 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 49.27 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.2 43.38 NOTE
r-devel-windows-ix86+x86_64 0.1.2 15.00 83.00 98.00 OK
r-patched-linux-x86_64 0.1.2 3.52 31.22 34.74 ERROR
r-patched-solaris-x86 0.1.2 64.00 OK
r-release-linux-x86_64 0.1.2 4.52 31.80 36.32 ERROR
r-release-windows-ix86+x86_64 0.1.2 10.00 99.00 109.00 OK
r-release-osx-x86_64 0.1.2 OK
r-oldrel-windows-ix86+x86_64 0.1.2 18.00 55.00 73.00 OK
r-oldrel-osx-x86_64 0.1.2 OK

Check Details

Version: 0.1.2
Check: compiled code
Result: NOTE
    File ‘epifit/libs/epifit.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.1.2
Check: examples
Result: ERROR
    Running examples in ‘epifit-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: pullOneValue
    > ### Title: Pull one set of values from variables included in data which are
    > ### thought to include essentially the same information.
    > ### Aliases: pullOneValue
    >
    > ### ** Examples
    >
    > dat <- data.frame(a1=c(NA,2,3), a2=c(1,NA,2), a3=c(1,2,NA), b=c(10,11,20))
    > dat
     a1 a2 a3 b
    1 NA 1 1 10
    2 2 NA 2 11
    3 3 2 NA 20
    > pullOneValue(dat, c("a1", "a2", "a3"))
    Imcompatible data exists in row: 3
    a1 = 3
    a2 = 2
    a3 = NA
    Error in if (choose == "last") { : the condition has length > 1
    Calls: pullOneValue
    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