R Under development (unstable) (2023-08-18 r84986 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(rempsyc) Suggested APA citation: Thériault, R. (2023). rempsyc: Convenience functions for psychology. Journal of Open Source Software, 8(87), 5466. https://doi.org/10.21105/joss.05466 > > test_check("rempsyc") [ FAIL 0 | WARN 0 | SKIP 20 | PASS 46 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-best_duplicate.R:8:3', 'test-cormatrix_excel.R:5:3', 'test-extract_duplicates.R:8:3', 'test-find_mad.R:2:3', 'test-format_value.R:2:3', 'test-nice_assumptions.R:9:3', 'test-nice_contrasts.R:7:3', 'test-nice_lm.R:5:3', 'test-nice_lm_contrasts.R:12:3', 'test-nice_lm_slopes.R:5:3', 'test-nice_mod.R:4:3', 'test-nice_na.R:2:3', 'test-nice_randomize.R:5:3', 'test-nice_reverse.R:3:3', 'test-nice_slopes.R:4:3', 'test-nice_t_test.R:5:3', 'test-nice_table.R:13:3', 'test-nice_var.R:3:3', 'test-scale_mad.R:2:3', 'test-winsorize_mad.R:2:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 46 ] > > proc.time() user system elapsed 10.65 0.90 11.54