CRAN Package Check Results for Package geotech

Last updated on 2022-04-27 12:55:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 4.29 40.46 44.75 OK
r-devel-linux-x86_64-debian-gcc 1.0 3.11 31.16 34.27 OK
r-devel-linux-x86_64-fedora-clang 1.0 54.52 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0 52.51 ERROR
r-devel-windows-x86_64 1.0 24.00 56.00 80.00 OK
r-patched-linux-x86_64 1.0 4.77 39.44 44.21 OK
r-release-linux-x86_64 1.0 4.51 39.52 44.03 OK
r-release-macos-arm64 1.0 18.00 OK
r-release-macos-x86_64 1.0 28.00 OK
r-release-windows-x86_64 1.0 10.00 54.00 64.00 OK
r-oldrel-macos-arm64 1.0 21.00 OK
r-oldrel-macos-x86_64 1.0 34.00 OK
r-oldrel-windows-ix86+x86_64 1.0 8.00 35.00 43.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR
    Running examples in ‘geotech-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: Plasticity
    > ### Title: Plasticity Functions
    > ### Aliases: Plasticity LL PI LI A.line plasticity.plot
    >
    > ### ** Examples
    >
    >
    > ## Example code for Plasticity Index
    > PI(LL = 80, PL = 30)
    $PI
    [1] 50
    
    $descr
    [1] "Highly plastic"
    
    >
    > ## Example code for Liquidity Index
    > LI(w = 55, PL = 20, LL = 50)
    $LI
    [1] 1.166667
    
    $descr
    [1] "Liquid State"
    
    >
    > ## Example code for plasticity plot
    > plasticity.plot(LL = 40, PL = 20)
    >
    > ## Example code for liquid limit analysis
    > LL(N = c(72, 37, 14), w = c(7, 15, 21), draw = TRUE)
    Error in is.na(x) == FALSE && is.na(y) == TRUE :
     'length = 3' in coercion to 'logical(1)'
    Calls: LL -> logAxis
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc