CRAN Package Check Results for Package cban

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.10 20.98 ERROR
r-devel-linux-x86_64-debian-gcc 1.0 1.45 15.52 16.97 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 36.51 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0 26.41 ERROR
r-devel-windows-ix86+x86_64 1.0 5.00 29.00 34.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 1.0 ERROR
r-patched-linux-x86_64 1.0 1.95 19.12 21.07 ERROR
r-patched-solaris-x86 1.0 40.30 OK
r-release-linux-x86_64 1.0 1.89 19.00 20.89 OK
r-release-macos-x86_64 1.0 OK
r-release-windows-ix86+x86_64 1.0 5.00 29.00 34.00 OK
r-oldrel-macos-x86_64 1.0 OK
r-oldrel-windows-ix86+x86_64 1.0 4.00 30.00 34.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR
    Running examples in 'cban-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: bcr
    > ### Title: Benefit Cost Ratio
    > ### Aliases: bcr
    >
    > ### ** Examples
    >
    > tb = data.frame(cost=c(2500, 28000,15800.50), benefit=c(2600.95,30600,16200.50),
    + rate = c(4,4,4.2), no.of.years=c(1,1,1))
    > bc = bcr(tb)
    Error in assign("Discounted_cost", c(), envir = .BaseNamespaceEnv) :
     cannot add binding of 'Discounted_cost' to the base environment
    Calls: bcr -> 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 ‘cban-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: bcr
    > ### Title: Benefit Cost Ratio
    > ### Aliases: bcr
    >
    > ### ** Examples
    >
    > tb = data.frame(cost=c(2500, 28000,15800.50), benefit=c(2600.95,30600,16200.50),
    + rate = c(4,4,4.2), no.of.years=c(1,1,1))
    > bc = bcr(tb)
    Error in assign("Discounted_cost", c(), envir = .BaseNamespaceEnv) :
     cannot add binding of 'Discounted_cost' to the base environment
    Calls: bcr -> 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