CRAN Package Check Results for Package rbmiUtils

Last updated on 2025-05-29 06:50:51 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 3.04 217.63 220.67 OK
r-devel-linux-x86_64-debian-gcc 0.1.4 2.56 194.71 197.27 OK
r-devel-linux-x86_64-fedora-clang 0.1.4 337.14 OK
r-devel-linux-x86_64-fedora-gcc 0.1.4 98.98 ERROR
r-devel-windows-x86_64 0.1.4 9.00 108.00 117.00 OK
r-patched-linux-x86_64 0.1.4 3.67 253.72 257.39 OK
r-release-linux-x86_64 0.1.4 3.57 250.72 254.29 OK
r-release-macos-arm64 0.1.4 104.00 OK
r-release-macos-x86_64 0.1.4 214.00 OK
r-release-windows-x86_64 0.1.4 9.00 373.00 382.00 OK
r-oldrel-macos-arm64 0.1.4 95.00 OK
r-oldrel-macos-x86_64 0.1.4 193.00 OK
r-oldrel-windows-x86_64 0.1.4 12.00 137.00 149.00 OK

Check Details

Version: 0.1.4
Check: tests
Result: ERROR Running ‘spelling.R’ Running ‘testthat.R’ [17s/22s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(rbmiUtils) > > test_check("rbmiUtils") Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-utils.R:39:3'): positive test get_imputed_data (from vignettes) ── Error in `fit_mcmc(designmat = model_df_scaled[, -1, drop = FALSE], outcome = model_df_scaled[, 1, drop = TRUE], group = data2[[vars$group]], visit = data2[[vars$visit]], subjid = data2[[vars$subjid]], method = method, quiet = quiet)`: unable to load shared object '/tmp/RtmpgMruIo/working_dir/RtmpFKuAlL/file38efb5721a705b.so': libunwind.so.1: cannot open shared object file: No such file or directory Backtrace: ▆ 1. ├─rbmi::draws(data = dat, vars = vars, method = method, quiet = TRUE) at test-utils.R:39:3 2. └─rbmi:::draws.bayes(...) 3. └─rbmi:::fit_mcmc(...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 18 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.1.4
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘analyse2.Rmd’ using rmarkdown Quitting from analyse2.Rmd:90-99 [impute] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `fit_mcmc()`: ! unable to load shared object '/tmp/RtmpgMruIo/working_dir/Rtmpaoa31W/file38f715543f4fc4.so': libunwind.so.1: cannot open shared object file: No such file or directory --- Backtrace: ▆ 1. ├─rbmi::draws(data = dat, vars = vars, method = method) 2. └─rbmi:::draws.bayes(data = dat, vars = vars, method = method) 3. └─rbmi:::fit_mcmc(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'analyse2.Rmd' failed with diagnostics: unable to load shared object '/tmp/RtmpgMruIo/working_dir/Rtmpaoa31W/file38f715543f4fc4.so': libunwind.so.1: cannot open shared object file: No such file or directory --- failed re-building ‘analyse2.Rmd’ SUMMARY: processing the following file failed: ‘analyse2.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc