CRAN Package Check Results for Package bayeslincom

Last updated on 2023-11-10 08:55:01 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 6.08 48.95 55.03 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.0 4.52 36.76 41.28 ERROR
r-devel-linux-x86_64-fedora-clang 1.3.0 70.07 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.0 65.65 ERROR
r-devel-windows-x86_64 1.3.0 6.00 65.00 71.00 OK
r-patched-linux-x86_64 1.3.0 5.90 46.86 52.76 ERROR
r-release-linux-x86_64 1.3.0 6.07 46.11 52.18 ERROR
r-release-macos-arm64 1.3.0 28.00 OK
r-release-macos-x86_64 1.3.0 43.00 OK
r-release-windows-x86_64 1.3.0 7.00 72.00 79.00 OK
r-oldrel-macos-arm64 1.3.0 26.00 OK
r-oldrel-macos-x86_64 1.3.0 41.00 OK
r-oldrel-windows-x86_64 1.3.0 9.00 75.00 84.00 OK

Check Details

Version: 1.3.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘BGGM’
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: 1.3.0
Check: examples
Result: ERROR
    Running examples in ‘bayeslincom-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: lin_comb
    > ### Title: Perform a linear combination of posterior samples
    > ### Aliases: lin_comb
    >
    > ### ** Examples
    >
    > # data
    > if (require(BGGM)) library(BGGM)
    Loading required package: BGGM
    Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
     there is no package called ‘BGGM’
    > Y <- ptsd
    Error: object 'ptsd' not found
    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: 1.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bayeslincom)
     >
     > test_check("bayeslincom")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-lin_comb_methods.R:6:11'): lin_comb methods produce expected errors ──
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'BGGM'
     Backtrace:
     ▆
     1. └─base::loadNamespace(x) at test-lin_comb_methods.R:6:11
     2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     3. └─base (local) withOneRestart(expr, restarts[[1L]])
     4. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Version: 1.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bayeslincom)
     >
     > test_check("bayeslincom")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-lin_comb_methods.R:6:11'): lin_comb methods produce expected errors ──
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'BGGM'
     Backtrace:
     ▆
     1. └─base::loadNamespace(x) at test-lin_comb_methods.R:6:11
     2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     3. └─base (local) withOneRestart(expr, restarts[[1L]])
     4. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3.0
Check: examples
Result: ERROR
    Running examples in ‘bayeslincom-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: lin_comb
    > ### Title: Perform a linear combination of posterior samples
    > ### Aliases: lin_comb
    >
    > ### ** Examples
    >
    > # data
    > if (require(BGGM)) library(BGGM)
    Loading required package: BGGM
    Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
     there is no package called ‘BGGM’
    > Y <- ptsd
    Error: object 'ptsd' not found
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bayeslincom)
     >
     > test_check("bayeslincom")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-lin_comb_methods.R:6:11'): lin_comb methods produce expected errors ──
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'BGGM'
     Backtrace:
     ▆
     1. └─base::loadNamespace(x) at test-lin_comb_methods.R:6:11
     2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     3. └─base (local) withOneRestart(expr, restarts[[1L]])
     4. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.3.0
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(bayeslincom)
     >
     > test_check("bayeslincom")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-lin_comb_methods.R:6:11'): lin_comb methods produce expected errors ──
     <packageNotFoundError/error/condition>
     Error in `loadNamespace(x)`: there is no package called 'BGGM'
     Backtrace:
     ▆
     1. └─base::loadNamespace(x) at test-lin_comb_methods.R:6:10
     2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
     3. └─base (local) withOneRestart(expr, restarts[[1L]])
     4. └─base (local) doWithOneRestart(return(expr), restart)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64