R Under development (unstable) (2024-09-25 r87194 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > # 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(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") Compiling Stan program... Start sampling SAMPLING FOR MODEL 'anon_model' NOW (CHAIN 1). Chain 1: Chain 1: Gradient evaluation took 0.000735 seconds Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 7.35 seconds. Chain 1: Adjust your expectations accordingly! Chain 1: Chain 1: Chain 1: WARNING: No variance estimation is Chain 1: performed for num_warmup < 20 Chain 1: Chain 1: Iteration: 1 / 20 [ 5%] (Warmup) Chain 1: Iteration: 2 / 20 [ 10%] (Warmup) Chain 1: Iteration: 4 / 20 [ 20%] (Warmup) Chain 1: Iteration: 6 / 20 [ 30%] (Warmup) Chain 1: Iteration: 8 / 20 [ 40%] (Warmup) Chain 1: Iteration: 10 / 20 [ 50%] (Warmup) Chain 1: Iteration: 11 / 20 [ 55%] (Sampling) Chain 1: Iteration: 12 / 20 [ 60%] (Sampling) Chain 1: Iteration: 14 / 20 [ 70%] (Sampling) Chain 1: Iteration: 16 / 20 [ 80%] (Sampling) Chain 1: Iteration: 18 / 20 [ 90%] (Sampling) Chain 1: Iteration: 20 / 20 [100%] (Sampling) Chain 1: Chain 1: Elapsed Time: 0.781 seconds (Warm-up) Chain 1: 0.661 seconds (Sampling) Chain 1: 1.442 seconds (Total) Chain 1: Compiling Stan program... Start sampling SAMPLING FOR MODEL 'anon_model' NOW (CHAIN 1). Chain 1: Chain 1: Gradient evaluation took 0.000482 seconds Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 4.82 seconds. Chain 1: Adjust your expectations accordingly! Chain 1: Chain 1: Chain 1: WARNING: No variance estimation is Chain 1: performed for num_warmup < 20 Chain 1: Chain 1: Iteration: 1 / 20 [ 5%] (Warmup) Chain 1: Iteration: 2 / 20 [ 10%] (Warmup) Chain 1: Iteration: 4 / 20 [ 20%] (Warmup) Chain 1: Iteration: 6 / 20 [ 30%] (Warmup) Chain 1: Iteration: 8 / 20 [ 40%] (Warmup) Chain 1: Iteration: 10 / 20 [ 50%] (Warmup) Chain 1: Iteration: 11 / 20 [ 55%] (Sampling) Chain 1: Iteration: 12 / 20 [ 60%] (Sampling) Chain 1: Iteration: 14 / 20 [ 70%] (Sampling) Chain 1: Iteration: 16 / 20 [ 80%] (Sampling) Chain 1: Iteration: 18 / 20 [ 90%] (Sampling) Chain 1: Iteration: 20 / 20 [100%] (Sampling) Chain 1: Chain 1: Elapsed Time: 0.867 seconds (Warm-up) Chain 1: 0.726 seconds (Sampling) Chain 1: 1.593 seconds (Total) Chain 1: [ FAIL 0 | WARN 3 | SKIP 12 | PASS 69 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-horseshoe.R:60:3', 'test-plot.R:3:3', 'test-plot.R:8:3', 'test-plot.R:13:3', 'test-plot.R:18:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:13:3', 'test-print.R:18:3', 'test-simulation.R:16:3', 'test-simulation.R:23:3', 'test-simulation.R:30:3' [ FAIL 0 | WARN 3 | SKIP 12 | PASS 69 ] > > proc.time() user system elapsed 56.06 3.42 263.65