R Under development (unstable) (2024-06-28 r86850 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. > library(testthat) > library(data.table) > library(multilevelcoda) Attaching package: 'multilevelcoda' The following object is masked from 'package:base': sub > library(extraoperators) > library(brms) Loading required package: Rcpp Loading 'brms' package (version 2.21.0). Useful instructions can be found by typing help('brms'). A more detailed introduction to the package is available through vignette('brms_overview'). Attaching package: 'brms' The following object is masked from 'package:stats': ar > > test_check("multilevelcoda") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 6 | PASS 6 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-brmcoda.R:1:1', 'test-bsub.R:1:1', 'test-plotcoda.R:1:1', 'test-substitution.R:1:1', 'test-update.R:1:1', 'test-wsub.R:1:1' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 6 ] > > proc.time() user system elapsed 6.40 0.65 14.31