Last updated on 2025-06-11 03:50:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 3.19 | 220.40 | 223.59 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 3.36 | 198.06 | 201.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 324.47 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 109.28 | ERROR | |||
r-devel-windows-x86_64 | 0.1.4 | 9.00 | 347.00 | 356.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 3.11 | 257.16 | 260.27 | OK | |
r-release-linux-x86_64 | 0.1.4 | 3.38 | 255.62 | 259.00 | 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 | 363.00 | 372.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 | 11.00 | 139.00 | 150.00 | OK |
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [17s/30s]
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/RtmpZEdp2c/working_dir/Rtmp1ItJpz/file307ad877075789.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/RtmpZEdp2c/working_dir/RtmpxzyYj3/file3084541e467378.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/RtmpZEdp2c/working_dir/RtmpxzyYj3/file3084541e467378.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