R Under development (unstable) (2023-10-18 r85349 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(ACEP) > > test_check("ACEP") [ FAIL 0 | WARN 0 | SKIP 57 | PASS 0 ] ══ Skipped tests (57) ══════════════════════════════════════════════════════════ • On CRAN (57): 'test-acep_clean.R:3:3', 'test-acep_clean.R:11:3', 'test-acep_clean.R:19:3', 'test-acep_clean.R:27:3', 'test-acep_clean.R:35:3', 'test-acep_clean.R:43:3', 'test-acep_clean.R:51:3', 'test-acep_clean.R:59:3', 'test-acep_clean.R:67:3', 'test-acep_clean.R:75:3', 'test-acep_clean.R:83:3', 'test-acep_clean.R:91:3', 'test-acep_clean.R:99:3', 'test-acep_clean.R:109:3', 'test-acep_clean.R:118:3', 'test-acep_clean.R:127:3', 'test-acep_clean.R:136:3', 'test-acep_db.R:3:3', 'test-acep_db.R:14:3', 'test-acep_db.R:25:3', 'test-acep_db.R:36:3', 'test-acep_detect.R:3:3', 'test-acep_detect.R:14:3', 'test-acep_detect.R:25:3', 'test-acep_frec.R:3:3', 'test-acep_frec.R:11:3', 'test-acep_int.R:3:3', 'test-acep_int.R:13:3', 'test-acep_int.R:24:3', 'test-acep_load_base.R:3:3', 'test-acep_load_base.R:12:3', 'test-acep_men.R:3:3', 'test-acep_men.R:15:3', 'test-acep_men.R:27:3', 'test-acep_men.R:39:3', 'test-acep_plot_rst.R:3:3', 'test-acep_plot_st.R:3:3', 'test-acep_plot_st.R:23:3', 'test-acep_plot_st.R:43:3', 'test-acep_rst.R:3:3', 'test-acep_rst.R:16:3', 'test-acep_rst.R:29:3', 'test-acep_rst.R:43:3', 'test-acep_rst.R:56:3', 'test-acep_rst.R:70:3', 'test-acep_rst.R:84:3', 'test-acep_rst.R:97:3', 'test-acep_rst.R:110:3', 'test-acep_rst.R:124:3', 'test-acep_token.R:3:3', 'test-acep_token.R:11:3', 'test-acep_token.R:19:3', 'test-acep_token_plot.R:3:3', 'test-acep_token_plot.R:14:3', 'test-acep_token_plot.R:25:3', 'test-acep_token_table.R:3:3', 'test-acep_token_table.R:14:3' [ FAIL 0 | WARN 0 | SKIP 57 | PASS 0 ] > > proc.time() user system elapsed 1.5 0.2 1.7