CRAN Package Check Results for Package bscaling

Last updated on 2021-04-29 10:50:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 1.88 19.38 21.26 ERROR
r-devel-linux-x86_64-debian-gcc 1.0 1.49 15.59 17.08 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 35.81 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0 26.15 ERROR
r-devel-windows-ix86+x86_64 1.0 4.00 29.00 33.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 1.0 ERROR
r-patched-linux-x86_64 1.0 1.93 19.16 21.09 ERROR
r-patched-solaris-x86 1.0 41.60 OK
r-release-linux-x86_64 1.0 1.86 19.02 20.88 OK
r-release-macos-x86_64 1.0 OK
r-release-windows-ix86+x86_64 1.0 6.00 31.00 37.00 OK
r-oldrel-macos-x86_64 1.0 OK
r-oldrel-windows-ix86+x86_64 1.0 4.00 27.00 31.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR
    Running examples in 'bscaling-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: bscaling-package
    > ### Title: Binary Scaling
    > ### Aliases: bscaling
    >
    > ### ** Examples
    >
    > dt = c(5,3,6,9,4)
    > ## When the variable to be scaled is a single-variable data frame object use:
    > ## data.frame name[[1]], or diffrent subscript otherwise to get the vector for sc01
    > ## cutoff value = 5
    > bvar = sc01(dt, 5)
    Error in assign("indc", NULL, envir = .BaseNamespaceEnv) :
     cannot add binding of 'indc' to the base environment
    Calls: sc01 -> assign
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 1.0
Check: examples
Result: ERROR
    Running examples in ‘bscaling-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: bscaling-package
    > ### Title: Binary Scaling
    > ### Aliases: bscaling
    >
    > ### ** Examples
    >
    > dt = c(5,3,6,9,4)
    > ## When the variable to be scaled is a single-variable data frame object use:
    > ## data.frame name[[1]], or diffrent subscript otherwise to get the vector for sc01
    > ## cutoff value = 5
    > bvar = sc01(dt, 5)
    Error in assign("indc", NULL, envir = .BaseNamespaceEnv) :
     cannot add binding of 'indc' to the base environment
    Calls: sc01 -> assign
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-x86_64-gcc10-UCRT