R Under development (unstable) (2024-02-27 r85995 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(multilevelmediation) Please refer to GitHub to post bug reports: https://github.com/falkcarl/multilevelmediation Software development and maintenance requires much effort. If you use this package in a publication, please consider a citation. Documentation for individual functions contains additional references. Falk, C. F., Vogel, T., Hammami, S., & Miočević, M. (in press). Multilevel mediation analysis in R: A comparison of bootstrap and Bayesian approaches. Behavior Research Methods. doi: https://doi.org/10.3758/s13428-023-02079-4 Preprint: https://doi.org/10.31234/osf.io/ync34 Falk C, Vogel T, Hammami S, Miočević M (2024). _multilevelmediation: Utility functions for multilevel mediation analysis in R_. R package version 0.3.1, . To see these entries in BibTeX format, use 'format(, bibtex=TRUE)', or 'toBibtex(.)'. > > test_check("multilevelmediation") [ FAIL 0 | WARN 0 | SKIP 28 | PASS 0 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-bootmodmedmlm.R:12:3', 'test-bootmodmedmlm.R:27:3', 'test-bootmodmedmlm.R:48:3', 'test-bootmodmedmlm.R:63:3', 'test-bootmodmedmlm.R:84:3', 'test-brms.R:5:3', 'test-brms.R:13:3', 'test-brms.R:21:3', 'test-brms.R:28:3', 'test-brms.R:36:3', 'test-brms.R:50:3', 'test-brms.R:63:3', 'test-brms.R:85:3', 'test-brms.R:108:3', 'test-brms.R:130:3', 'test-customboot.R:5:3', 'test-customboot.R:22:3', 'test-customboot.R:40:3', 'test-modmedmlm.R:9:3', 'test-modmedmlm.R:21:3', 'test-modmedmlm.R:37:3', 'test-modmedmlm.R:52:3', 'test-modmedmlm.R:68:3', 'test-modmedmlm.R:95:3', 'test-modmedmlm.R:128:3', 'test-modmedmlm.R:152:3', 'test-modmedmlm.R:181:3', 'test-modmedmlm.R:212:3' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 0 ] > > proc.time() user system elapsed 18.18 0.51 18.89