Package check result: NOTE Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Paul-Christian Bürkner ’ Suggests or Enhances not in mainstream repositories: cmdstanr Availability using Additional_repositories specification: cmdstanr yes https://stan-dev.r-universe.dev/ Found the following (possibly) invalid URLs: URL: https://stat.columbia.edu/~gelman/research/published/bayes_R2_v3.pdf From: man/bayes_R2.brmsfit.Rd Status: Error Message: SSL peer certificate or SSH remote key was not OK [sites.stat.columbia.edu]: server verification failed: certificate signer not trusted. (CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none) Size of tarball: 5081802 bytes Changes to worse in reverse depends: Package: bonsaiforest Check: tests New result: ERROR Running ‘testthat.R’ [41s/35s] 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(bonsaiforest) Attaching package: 'bonsaiforest' The following object is masked from 'package:testthat': compare > > test_check("bonsaiforest") [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] ══ 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' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-horseshoe.R:2:3'): horseshoe outputs the right elements for survival ── Error in `horseshoe(1)`: Assertion on 'resp' failed: Must be of type 'string', not 'double'. Backtrace: ▆ 1. ├─base::suppressWarnings(...) at test-horseshoe.R:2:3 2. │ └─base::withCallingHandlers(...) 3. └─bonsaiforest::horseshoe(...) 4. ├─base::do.call(fit_function, args = list_arguments) 5. ├─bonsaiforest (local) ``(iter = 20, warmup = 10, chains = 1, seed = 0, control = ``) 6. │ └─brms::brm(...) 7. │ └─brms:::.validate_prior(prior, bframe = bframe, sample_prior = sample_prior) 8. │ ├─brms:::validate_special_prior(prior, bframe = bframe, ...) 9. │ └─brms:::validate_special_prior.brmsprior(...) 10. │ ├─brms:::validate_special_prior(bframe, prior = x, ...) 11. │ └─brms:::validate_special_prior.brmsterms(bframe, prior = x, ...) 12. │ ├─brms:::validate_special_prior(...) 13. │ └─brms:::validate_special_prior.btl(...) 14. │ └─brms:::eval2(sub_prior, environment(x$formula)) 15. │ └─base::eval(expr, envir, ...) 16. │ └─base::eval(expr, envir, ...) 17. └─bonsaiforest::horseshoe(1) 18. └─checkmate::assert_string(resp) 19. └─checkmate::makeAssertion(x, res, .var.name, add) 20. └─checkmate:::mstop(...) [ FAIL 1 | WARN 3 | SKIP 12 | PASS 68 ] Error: Test failures Execution halted