CRAN Package Check Results for Package qCBA

Last updated on 2020-05-07 04:47:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4 10.01 88.78 98.79 ERROR
r-devel-linux-x86_64-debian-gcc 0.4 8.12 68.79 76.91 ERROR
r-devel-linux-x86_64-fedora-clang 0.4 120.55 ERROR
r-devel-linux-x86_64-fedora-gcc 0.4 122.88 ERROR
r-devel-windows-ix86+x86_64 0.4 27.00 97.00 124.00 OK
r-patched-linux-x86_64 0.4 9.68 88.99 98.67 ERROR
r-release-linux-x86_64 0.4 9.50 87.24 96.74 ERROR
r-release-osx-x86_64 0.4 ERROR
r-release-windows-ix86+x86_64 0.4 25.00 133.00 158.00 OK
r-oldrel-osx-x86_64 0.4 OK
r-oldrel-windows-ix86+x86_64 0.4 16.00 96.00 112.00 OK

Check Details

Version: 0.4
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'sbrl'
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, r-release-osx-x86_64

Version: 0.4
Check: examples
Result: ERROR
    Running examples in 'qCBA-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: sbrlModel2arcCBARuleModel
    > ### Title: sbrlModel2arcCBARuleModel Converts a model created by 'sbrl' so
    > ### that it can be passed to qCBA
    > ### Aliases: sbrlModel2arcCBARuleModel
    >
    > ### ** Examples
    >
    > if (! requireNamespace("rCBA", quietly = TRUE)) {
    + message("Please install rCBA to allow for sbrl model conversion")
    + return()
    + } else
    + {
    + library(rCBA)
    + }
    > if (! requireNamespace("sbrl", quietly = TRUE)) {
    + message("Please install sbrl to allow for postprocessing of sbrl models")
    + return()
    + } else
    + {
    + library(sbrl)
    + }
    Please install sbrl to allow for postprocessing of sbrl models
    Error: no function to return from, jumping to top level
    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

Version: 0.4
Check: examples
Result: ERROR
    Running examples in ‘qCBA-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: sbrlModel2arcCBARuleModel
    > ### Title: sbrlModel2arcCBARuleModel Converts a model created by 'sbrl' so
    > ### that it can be passed to qCBA
    > ### Aliases: sbrlModel2arcCBARuleModel
    >
    > ### ** Examples
    >
    > if (! requireNamespace("rCBA", quietly = TRUE)) {
    + message("Please install rCBA to allow for sbrl model conversion")
    + return()
    + } else
    + {
    + library(rCBA)
    + }
    > if (! requireNamespace("sbrl", quietly = TRUE)) {
    + message("Please install sbrl to allow for postprocessing of sbrl models")
    + return()
    + } else
    + {
    + library(sbrl)
    + }
    Please install sbrl to allow for postprocessing of sbrl models
    Error: no function to return from, jumping to top level
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-osx-x86_64