CRAN Package Check Results for Package tipmap

Last updated on 2026-07-27 02:50:58 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 4.23 112.68 116.91 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 3.18 83.09 86.27 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 194.68 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 76.79 OK
r-devel-windows-x86_64 1.0.1 7.00 98.00 105.00 ERROR
r-patched-linux-x86_64 1.0.1 4.45 108.37 112.82 OK
r-release-linux-x86_64 1.0.1 4.21 110.88 115.09 OK
r-release-macos-arm64 1.0.1 1.00 32.00 33.00 OK
r-release-macos-x86_64 1.0.1 3.00 124.00 127.00 OK
r-release-windows-x86_64 1.0.1 7.00 126.00 133.00 OK
r-oldrel-macos-arm64 1.0.1 1.00 37.00 38.00 OK
r-oldrel-macos-x86_64 1.0.1 3.00 131.00 134.00 OK
r-oldrel-windows-x86_64 1.0.1 8.00 168.00 176.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: ERROR Running examples in 'tipmap-Ex.R' failed The error most likely occurred in: > ### Name: create_posterior_data > ### Title: Quantiles of posterior distributions for a range of weights on > ### the informative component of the robust MAP prior > ### Aliases: create_posterior_data > > ### ** Examples > > > # create vector containing data on new trial > new_trial_data <- create_new_trial_data( + n_total = 30, + est = 1.27, + se = 0.95 + ) > > # read MAP prior created by RBesT > map_prior <- load_tipmap_data("tipmapPrior.rds") > > # create posterior data - with interval_type = equal_tailed > # (the default for tipping point plots) > posterior_data1 <- create_posterior_data( + map_prior = map_prior, + new_trial_data = new_trial_data, + sigma = 12, + interval_type = "equal-tailed" + ) Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Calls: create_posterior_data ... make_posterior -> loadNamespace -> library.dynam -> dyn.load -> inDL Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.1
Check: tests
Result: ERROR Running 'testthat.R' [16s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(tipmap) > > test_check("tipmap") Saving _problems/test-create_posterior_data-6.R Saving _problems/test-create_posterior_data-19.R Saving _problems/test-create_posterior_data-43.R Saving _problems/test-create_tipmap_data-6.R Saving _problems/test-create_tipmap_data-19.R Saving _problems/test-create_tipmap_data-37.R Saving _problems/test-oc_bias-16.R Saving _problems/test-oc_coverage-16.R Saving _problems/test-oc_pos-19.R Treatment effect in target population without borrowing Treatment effect in target population without borrowing 95% credible interval for MAP prior includes null treatment effect 95% credible interval for MAP prior includes null treatment effect Treatment effect in target population without borrowing Treatment effect in target population without borrowing Treatment effect in target population without borrowing Weight 0 identified for tipping point of quantile 0.025 Weight 0 identified for tipping point of quantile 0.05 Weight 0 identified for tipping point of quantile 0.1 Weight 0 identified for tipping point of quantile 0.2 Treatment effect in target population without borrowing 95% credible interval for MAP prior includes null treatment effect [ FAIL 9 | WARN 0 | SKIP 0 | PASS 177 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-create_posterior_data.R:3:3'): return posterior data ─────────── Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Backtrace: ▆ 1. ├─tipmap::create_posterior_data(...) at test-create_posterior_data.R:3:3 2. │ └─tipmap (local) make_posterior(default_weights[i]) 3. └─base::loadNamespace(x) 4. └─base::library.dynam(lib, package, package.lib) 5. └─base::dyn.load(file, DLLpath = DLLpath, ...) 6. └─base (local) inDL(x, as.logical(local), as.logical(now), ...) ── Error ('test-create_posterior_data.R:14:3'): create_posterior_data returns expected shape for equal-tailed intervals ── Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Backtrace: ▆ 1. ├─tipmap::create_posterior_data(...) at test-create_posterior_data.R:14:3 2. │ └─tipmap (local) make_posterior(default_weights[i]) 3. └─base::loadNamespace(x) 4. └─base::library.dynam(lib, package, package.lib) 5. └─base::dyn.load(file, DLLpath = DLLpath, ...) 6. └─base (local) inDL(x, as.logical(local), as.logical(now), ...) ── Error ('test-create_posterior_data.R:37:3'): create_posterior_data returns expected shape for hpdi intervals ── Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Backtrace: ▆ 1. ├─tipmap::create_posterior_data(...) at test-create_posterior_data.R:37:3 2. │ └─tipmap (local) make_posterior(default_weights[i]) 3. └─base::loadNamespace(x) 4. └─base::library.dynam(lib, package, package.lib) 5. └─base::dyn.load(file, DLLpath = DLLpath, ...) 6. └─base (local) inDL(x, as.logical(local), as.logical(now), ...) ── Error ('test-create_tipmap_data.R:2:3'): return tipping point data ────────── <functionNotFoundError/objectNotFoundError/error/condition> Error in `qmix_impl(qnorm, mix, p, lower.tail, log.p)`: could not find function "qmix_impl" Backtrace: ▆ 1. └─tipmap::create_tipmap_data(...) at test-create_tipmap_data.R:2:3 2. ├─base::summary(map_prior, probs = default_quantiles) 3. └─RBesT:::summary.normMix(map_prior, probs = default_quantiles) 4. └─global qmix.normMix(object, p = probs) ── Error ('test-create_tipmap_data.R:15:3'): create_tipmap_data works without meta-analysis ── <functionNotFoundError/objectNotFoundError/error/condition> Error in `qmix_impl(qnorm, mix, p, lower.tail, log.p)`: could not find function "qmix_impl" Backtrace: ▆ 1. └─tipmap::create_tipmap_data(...) at test-create_tipmap_data.R:15:3 2. ├─base::summary(map_prior, probs = default_quantiles) 3. └─RBesT:::summary.normMix(map_prior, probs = default_quantiles) 4. └─global qmix.normMix(object, p = probs) ── Error ('test-create_tipmap_data.R:32:3'): create_tipmap_data works with meta-analysis ── <functionNotFoundError/objectNotFoundError/error/condition> Error in `qmix_impl(qnorm, mix, p, lower.tail, log.p)`: could not find function "qmix_impl" Backtrace: ▆ 1. └─tipmap::create_tipmap_data(...) at test-create_tipmap_data.R:32:3 2. ├─base::summary(map_prior, probs = default_quantiles) 3. └─RBesT:::summary.normMix(map_prior, probs = default_quantiles) 4. └─global qmix.normMix(object, p = probs) ── Error ('test-oc_bias.R:7:3'): oc_bias returns matrix-like result with expected dimensions ── Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Backtrace: ▆ 1. ├─tipmap::oc_bias(...) at test-oc_bias.R:7:3 2. │ ├─... %>% apply(c(1, 2), mean) 3. │ └─furrr::future_map2(...) 4. │ └─furrr:::furrr_map2_template(...) 5. │ └─furrr:::furrr_template(...) 6. │ └─furrr:::furrr_try_catch(...) 7. │ └─base::tryCatch(expr = expr, purrr_error_indexed = rethrow_purrr_error_indexed) 8. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. │ └─value[[3L]](cond) 11. │ └─rlang::cnd_signal(cnd) 12. ├─base::apply(., c(1, 2), mean) 13. └─base::simplify2array(.) ── Error ('test-oc_coverage.R:7:3'): oc_coverage returns matrix-like result with expected dimensions ── Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Backtrace: ▆ 1. ├─tipmap::oc_coverage(...) at test-oc_coverage.R:7:3 2. │ ├─... %>% apply(c(1, 2), mean) 3. │ └─furrr::future_map2(...) 4. │ └─furrr:::furrr_map2_template(...) 5. │ └─furrr:::furrr_template(...) 6. │ └─furrr:::furrr_try_catch(...) 7. │ └─base::tryCatch(expr = expr, purrr_error_indexed = rethrow_purrr_error_indexed) 8. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. │ └─value[[3L]](cond) 11. │ └─rlang::cnd_signal(cnd) 12. ├─base::apply(., c(1, 2), mean) 13. └─base::simplify2array(.) ── Error ('test-oc_pos.R:8:3'): oc_pos returns matrix-like result with expected dimensions ── Error in `inDL(x, as.logical(local), as.logical(now), ...)`: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Backtrace: ▆ 1. ├─tipmap::oc_pos(...) at test-oc_pos.R:8:3 2. │ ├─... %>% apply(c(1, 2), mean) 3. │ └─furrr::future_map2(...) 4. │ └─furrr:::furrr_map2_template(...) 5. │ └─furrr:::furrr_template(...) 6. │ └─furrr:::furrr_try_catch(...) 7. │ └─base::tryCatch(expr = expr, purrr_error_indexed = rethrow_purrr_error_indexed) 8. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 9. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 10. │ └─value[[3L]](cond) 11. │ └─rlang::cnd_signal(cnd) 12. ├─base::apply(., c(1, 2), mean) 13. └─base::simplify2array(.) [ FAIL 9 | WARN 0 | SKIP 0 | PASS 177 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'expert_elicitation.Rmd' using rmarkdown --- finished re-building 'expert_elicitation.Rmd' --- re-building 'introduction.Rmd' using rmarkdown Quitting from introduction.Rmd:94-106 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `inDL()`: ! unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. --- Backtrace: ▆ 1. └─base::loadNamespace(x) 2. └─base::library.dynam(lib, package, package.lib) 3. └─base::dyn.load(file, DLLpath = DLLpath, ...) 4. └─base (local) inDL(x, as.logical(local), as.logical(now), ...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'introduction.Rmd' failed with diagnostics: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/RBesT/libs/x64/RBesT.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. --- failed re-building 'introduction.Rmd' SUMMARY: processing the following file failed: 'introduction.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-devel-windows-x86_64