R Under development (unstable) (2024-07-28 r86931 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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
> 
> library(testthat)
> library(brms.mmrm)
> 
> test_check("brms.mmrm")
[ FAIL 0 | WARN 0 | SKIP 25 | PASS 1114 ]

══ Skipped tests (25) ══════════════════════════════════════════════════════════
• On CRAN (25): 'test-brm_marginal_draws.R:2:3',
  'test-brm_marginal_draws.R:136:3', 'test-brm_marginal_draws.R:179:3',
  'test-brm_marginal_draws.R:336:3', 'test-brm_marginal_draws.R:423:3',
  'test-brm_marginal_draws_average.R:2:3',
  'test-brm_marginal_draws_average.R:102:3',
  'test-brm_marginal_probabilities.R:2:3',
  'test-brm_marginal_probabilities.R:67:3',
  'test-brm_marginal_probabilities.R:120:3',
  'test-brm_marginal_summaries.R:2:3', 'test-brm_marginal_summaries.R:129:3',
  'test-brm_marginal_summaries.R:266:3', 'test-brm_model.R:2:3',
  'test-brm_model.R:41:3', 'test-brm_model.R:80:3',
  'test-brm_plot_compare.R:2:3', 'test-brm_plot_compare.R:98:3',
  'test-brm_plot_draws.R:2:3', 'test-brm_plot_draws.R:59:3',
  'test-brm_simulate_outline.R:73:3', 'test-brm_simulate_outline.R:92:3',
  'test-brm_simulate_outline.R:110:3', 'test-brm_simulate_outline.R:130:3',
  'test-brm_simulate_prior.R:2:3'

[ FAIL 0 | WARN 0 | SKIP 25 | PASS 1114 ]
> 
> proc.time()
   user  system elapsed 
  58.09    2.53   60.23