R Under development (unstable) (2025-12-12 r89163 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > > if ( requireNamespace("tinytest", quietly=TRUE) ){ + + expect_lt <- function(a,b) { + + tinytest::tinytest( + result = a < b, + call = sys.call(sys.parent(1)), + diff = paste("b - a = ", b - a) + ) + + } + + expect_output <- function(x, pattern) { + + ans <- paste(capture.output(eval(x)), collapse = "\n") + test <- grepl(pattern, ans) + + tinytest::tinytest( + result = test, + call = sys.call(sys.parent(1)), + diff = paste("Expected:", pattern, ". Returned:", ans) + ) + } + + tinytest::test_package("fmcmc") + } Thank you for using fmcmc! Please consider citing it in your work. You can find the citation information by running citation("fmcmc") test-append_chains.R.......... 0 tests test-append_chains.R.......... 0 tests test-append_chains.R.......... 0 tests test-append_chains.R.......... 0 tests test-append_chains.R.......... 0 tests test-append_chains.R.......... 0 tests test-append_chains.R.......... 0 tests test-append_chains.R.......... 1 tests OK test-append_chains.R.......... 1 tests OK test-append_chains.R.......... 1 tests OK test-append_chains.R.......... 1 tests OK test-append_chains.R.......... 2 tests OK test-append_chains.R.......... 2 tests OK test-append_chains.R.......... 2 tests OK test-append_chains.R.......... 2 tests OK test-append_chains.R.......... 3 tests OK test-append_chains.R.......... 3 tests OK test-append_chains.R.......... 3 tests OK test-append_chains.R.......... 3 tests OK test-append_chains.R.......... 3 tests OK test-append_chains.R.......... 4 tests OK test-append_chains.R.......... 5 tests OK test-append_chains.R.......... 5 tests OK test-append_chains.R.......... 5 tests OK test-append_chains.R.......... 6 tests OK test-append_chains.R.......... 7 tests OK test-append_chains.R.......... 7 tests OK test-append_chains.R.......... 7 tests OK test-append_chains.R.......... 8 tests OK 2.2s test-checks.R................. 0 tests test-checks.R................. 0 tests test-checks.R................. 0 tests test-checks.R................. 1 tests OK test-checks.R................. 2 tests OK test-checks.R................. 3 tests OK test-checks.R................. 3 tests OK test-checks.R................. 4 tests OK test-checks.R................. 5 tests OK test-checks.R................. 5 tests OK test-checks.R................. 6 tests OK test-checks.R................. 7 tests OK 6ms test-convergence.R............ 0 tests test-convergence.R............ 0 tests test-convergence.R............ 0 tests test-convergence.R............ 0 tests test-convergence.R............ 0 tests test-convergence.R............ 0 tests test-convergence.R............ 0 tests test-convergence.R............ 1 tests OK test-convergence.R............ 1 tests OK test-convergence.R............ 1 tests OK test-convergence.R............ 1 tests OK test-convergence.R............ 2 tests OK test-convergence.R............ 3 tests OK test-convergence.R............ 3 tests OK test-convergence.R............ 3 tests OK test-convergence.R............ 3 tests OK test-convergence.R............ 3 tests OK test-convergence.R............ 4 tests OK test-convergence.R............ 5 tests OK test-convergence.R............ 5 tests OK test-convergence.R............ 5 tests OK test-convergence.R............ 5 tests OK test-convergence.R............ 6 tests OK test-convergence.R............ 7 tests OK test-convergence.R............ 8 tests OK test-convergence.R............ 8 tests OK test-convergence.R............ 9 tests OK test-convergence.R............ 9 tests OK test-convergence.R............ 10 tests OK test-convergence.R............ 10 tests OK test-convergence.R............ 11 tests OK test-convergence.R............ 11 tests OK test-convergence.R............ 12 tests OK 3.9s test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 0 tests test-kernel_adapt.R........... 1 tests OK test-kernel_adapt.R........... 2 tests OK test-kernel_adapt.R........... 2 tests OK test-kernel_adapt.R........... 2 tests OK test-kernel_adapt.R........... 2 tests OK test-kernel_adapt.R........... 2 tests OK test-kernel_adapt.R........... 2 tests OK test-kernel_adapt.R........... 2 tests OK test-kernel_adapt.R........... 3 tests OK test-kernel_adapt.R........... 3 tests OK test-kernel_adapt.R........... 3 tests OK test-kernel_adapt.R........... 4 tests OK 8.8s test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 0 tests test-kernel_mirror.R.......... 1 tests OK test-kernel_mirror.R.......... 2 tests OK test-kernel_mirror.R.......... 3 tests OK test-kernel_mirror.R.......... 3 tests OK test-kernel_mirror.R.......... 3 tests OK 4.8s test-kernel_normal.R.......... 0 tests test-kernel_normal.R.......... 0 tests test-kernel_normal.R.......... 0 tests test-kernel_normal.R.......... 0 tests test-kernel_normal.R.......... 0 tests test-kernel_normal.R.......... 0 tests test-kernel_normal.R.......... 0 tests test-kernel_normal.R.......... 1 tests OK test-kernel_normal.R.......... 2 tests OK test-kernel_normal.R.......... 2 tests OK test-kernel_normal.R.......... 2 tests OK test-kernel_normal.R.......... 2 tests OK test-kernel_normal.R.......... 2 tests OK test-kernel_normal.R.......... 2 tests OK test-kernel_normal.R.......... 2 tests OK test-kernel_normal.R.......... 2 tests OK test-kernel_normal.R.......... 3 tests OK test-kernel_normal.R.......... 3 tests OK test-kernel_normal.R.......... 3 tests OK test-kernel_normal.R.......... 3 tests OK test-kernel_normal.R.......... 3 tests OK test-kernel_normal.R.......... 3 tests OK test-kernel_normal.R.......... 3 tests OK test-kernel_normal.R.......... 3 tests OK test-kernel_normal.R.......... 4 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 5 tests OK test-kernel_normal.R.......... 6 tests OK test-kernel_normal.R.......... 7 tests OK test-kernel_normal.R.......... 8 tests OK test-kernel_normal.R.......... 9 tests OK test-kernel_normal.R.......... 9 tests OK 0.4s test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 0 tests test-kernel_ram.R............. 1 tests OK test-kernel_ram.R............. 2 tests OK test-kernel_ram.R............. 2 tests OK 4.8s test-kernel_unif.R............ 0 tests test-kernel_unif.R............ 0 tests test-kernel_unif.R............ 0 tests test-kernel_unif.R............ 0 tests test-kernel_unif.R............ 0 tests test-kernel_unif.R............ 0 tests test-kernel_unif.R............ 0 tests test-kernel_unif.R............ 1 tests OK test-kernel_unif.R............ 1 tests OK test-kernel_unif.R............ 1 tests OK test-kernel_unif.R............ 1 tests OK test-kernel_unif.R............ 1 tests OK test-kernel_unif.R............ 1 tests OK test-kernel_unif.R............ 2 tests OK test-kernel_unif.R............ 3 tests OK test-kernel_unif.R............ 3 tests OK test-kernel_unif.R............ 3 tests OK test-kernel_unif.R............ 3 tests OK test-kernel_unif.R............ 3 tests OK test-kernel_unif.R............ 3 tests OK test-kernel_unif.R............ 3 tests OK test-kernel_unif.R............ 3 tests OK test-kernel_unif.R............ 4 tests OK test-kernel_unif.R............ 4 tests OK test-kernel_unif.R............ 4 tests OK test-kernel_unif.R............ 4 tests OK test-kernel_unif.R............ 4 tests OK test-kernel_unif.R............ 4 tests OK test-kernel_unif.R............ 5 tests OK test-kernel_unif.R............ 6 tests OK test-kernel_unif.R............ 6 tests OK test-kernel_unif.R............ 6 tests OK test-kernel_unif.R............ 6 tests OK test-kernel_unif.R............ 6 tests OK test-kernel_unif.R............ 6 tests OK test-kernel_unif.R............ 6 tests OK test-kernel_unif.R............ 6 tests OK test-kernel_unif.R............ 7 tests OK test-kernel_unif.R............ 7 tests OK test-kernel_unif.R............ 7 tests OK test-kernel_unif.R............ 7 tests OK test-kernel_unif.R............ 7 tests OK test-kernel_unif.R............ 8 tests OK test-kernel_unif.R............ 8 tests OK test-kernel_unif.R............ 8 tests OK test-kernel_unif.R............ 9 tests OK test-kernel_unif.R............ 10 tests OK 0.7s test-kernels.R................ 0 tests test-kernels.R................ 0 tests test-kernels.R................ 0 tests test-kernels.R................ 0 tests test-kernels.R................ 0 tests test-kernels.R................ 0 tests test-kernels.R................ 0 tests test-kernels.R................ 0 tests test-kernels.R................ 1 tests OK test-kernels.R................ 1 tests OK test-kernels.R................ 2 tests OK test-kernels.R................ 2 tests OK test-kernels.R................ 3 tests OK test-kernels.R................ 3 tests OK test-kernels.R................ 3 tests OK test-kernels.R................ 4 tests OK test-kernels.R................ 4 tests OK test-kernels.R................ 4 tests OK test-kernels.R................ 5 tests OK test-kernels.R................ 6 tests OK test-kernels.R................ 7 tests OK test-kernels.R................ 8 tests OK test-kernels.R................ 9 tests OK 13ms test-mcmc.R................... 0 tests test-mcmc.R................... 1 tests OK test-mcmc.R................... 2 tests OK test-mcmc.R................... 3 tests OK test-mcmc.R................... 3 tests OK test-mcmc.R................... 4 tests OK test-mcmc.R................... 4 tests OK test-mcmc.R................... 4 tests OK test-mcmc.R................... 4 tests OK test-mcmc.R................... 4 tests OK test-mcmc.R................... 4 tests OK test-mcmc.R................... 5 tests OK test-mcmc.R................... 5 tests OK test-mcmc.R................... 5 tests OK test-mcmc.R................... 5 tests OK test-mcmc.R................... 5 tests OK test-mcmc.R................... 5 tests OK test-mcmc.R................... 6 tests OK test-mcmc.R................... 6 tests OK test-mcmc.R................... 6 tests OK test-mcmc.R................... 6 tests OK test-mcmc.R................... 6 tests OK test-mcmc.R................... 7 tests OK test-mcmc.R................... 7 tests OK test-mcmc.R................... 7 tests OK test-mcmc.R................... 7 tests OK test-mcmc.R................... 7 tests OK test-mcmc.R................... 7 tests OK test-mcmc.R................... 7 tests OK test-mcmc.R................... 7 tests OK test-mcmc.R................... 8 tests OK test-mcmc.R................... 8 tests OK test-mcmc.R................... 8 tests OK test-mcmc.R................... 8 tests OK test-mcmc.R................... 8 tests OK test-mcmc.R................... 9 tests OK test-mcmc.R................... 10 tests OK test-mcmc.R................... 10 tests OK test-mcmc.R................... 10 tests OK test-mcmc.R................... 10 tests OK test-mcmc.R................... 10 tests OK test-mcmc.R................... 11 tests OK test-mcmc.R................... 11 tests OK test-mcmc.R................... 11 tests OK test-mcmc.R................... 11 tests OK test-mcmc.R................... 11 tests OK test-mcmc.R................... 11 tests OK test-mcmc.R................... 12 tests OK test-mcmc.R................... 13 tests OK test-mcmc.R................... 14 tests OK test-mcmc.R................... 14 tests OK test-mcmc.R................... 15 tests OK 13.5s test-na-bounds.R.............. 0 tests test-na-bounds.R.............. 1 tests OK test-na-bounds.R.............. 1 tests OK test-na-bounds.R.............. 2 tests OK test-na-bounds.R.............. 2 tests OK test-na-bounds.R.............. 3 tests OK test-na-bounds.R.............. 3 tests OK test-na-bounds.R.............. 4 tests OK test-na-bounds.R.............. 4 tests OK test-na-bounds.R.............. 5 tests OK test-na-bounds.R.............. 5 tests OK test-na-bounds.R.............. 6 tests OK test-na-bounds.R.............. 6 tests OK test-na-bounds.R.............. 6 tests OK test-na-bounds.R.............. 6 tests OK test-na-bounds.R.............. 7 tests OK test-na-bounds.R.............. 8 tests OK test-na-bounds.R.............. 8 tests OK test-na-bounds.R.............. 8 tests OK test-na-bounds.R.............. 8 tests OK test-na-bounds.R.............. 8 tests OK test-na-bounds.R.............. 9 tests OK 39ms test-progress.R............... 0 tests test-progress.R............... 0 tests test-progress.R............... 0 tests test-progress.R............... 0 tests test-progress.R............... 0 tests test-progress.R............... 1 tests OK 1.6s test-userdata.R............... 0 tests test-userdata.R............... 0 tests test-userdata.R............... 0 tests test-userdata.R............... 0 tests test-userdata.R............... 0 tests test-userdata.R............... 0 tests test-userdata.R............... 1 tests OK test-userdata.R............... 2 tests OK test-userdata.R............... 3 tests OK test-userdata.R............... 4 tests OK test-userdata.R............... 4 tests OK test-userdata.R............... 4 tests OK test-userdata.R............... 4 tests OK test-userdata.R............... 4 tests OK test-userdata.R............... 4 tests OK test-userdata.R............... 4 tests OK test-userdata.R............... 4 tests OK test-userdata.R............... 5 tests OK test-userdata.R............... 6 tests OK test-userdata.R............... 14 tests OK test-userdata.R............... 14 tests OK test-userdata.R............... 14 tests OK test-userdata.R............... 14 tests OK test-userdata.R............... 14 tests OK test-userdata.R............... 14 tests OK test-userdata.R............... 15 tests OK test-userdata.R............... 16 tests OK test-userdata.R............... 16 tests OK test-userdata.R............... 16 tests OK test-userdata.R............... 17 tests OK test-userdata.R............... 18 tests OK test-userdata.R............... 19 tests OK test-userdata.R............... 20 tests OK test-userdata.R............... 20 tests OK test-userdata.R............... 20 tests OK test-userdata.R............... 20 tests OK test-userdata.R............... 20 tests OK test-userdata.R............... 20 tests OK test-userdata.R............... 20 tests OK test-userdata.R............... 21 tests OK test-userdata.R............... 22 tests OK test-userdata.R............... 31 tests OK test-userdata.R............... 31 tests OK test-userdata.R............... 31 tests OK test-userdata.R............... 31 tests OK test-userdata.R............... 31 tests OK test-userdata.R............... 31 tests OK test-userdata.R............... 31 tests OK test-userdata.R............... 32 tests OK test-userdata.R............... 32 tests OK test-userdata.R............... 32 tests OK test-userdata.R............... 32 tests OK test-userdata.R............... 33 tests OK test-userdata.R............... 33 tests OK test-userdata.R............... 33 tests OK test-userdata.R............... 33 tests OK test-userdata.R............... 33 tests OK test-userdata.R............... 33 tests OK test-userdata.R............... 34 tests OK test-userdata.R............... 34 tests OK test-userdata.R............... 34 tests OK test-userdata.R............... 34 tests OK test-userdata.R............... 34 tests OK test-userdata.R............... 34 tests OK test-userdata.R............... 34 tests OK test-userdata.R............... 34 tests OK test-userdata.R............... 35 tests OK 0.1s test_fmcmc.R.................. 1 tests OK 2ms All ok, 125 results (40.7s) Warning messages: 1: While using multiple chains, a single initial point has been passed via `initial`: c(0). The values will be recycled. Ideally you would want to start each chain from different locations. 2: While using multiple chains, a single initial point has been passed via `initial`: c(0). The values will be recycled. Ideally you would want to start each chain from different locations. 3: While using multiple chains, a single initial point has been passed via `initial`: c(0). The values will be recycled. Ideally you would want to start each chain from different locations. 4: While using multiple chains, a single initial point has been passed via `initial`: c(0). The values will be recycled. Ideally you would want to start each chain from different locations. > > > proc.time() user system elapsed 35.46 0.95 41.07