R Under development (unstable) (2025-11-18 r89035 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aifeducation) > > test_check("aifeducation") [1] "01_02_performance_measures Duration: 0.163358 secs" [1] "00_01_03_R_utils Duration: 0.196552 secs" [1] "01_06_logging Duration: 0.03465605 secs" [ FAIL 0 | WARN 0 | SKIP 25 | PASS 77 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-00_00_print_information_tests.R:1:1', 'test-00_02_setup_Classifiers.R:3:1', 'test-01_01_install_and_config.R:1:1', 'test-01_04_R_and_Python_utils.R:1:1', 'test-01_05_KNNOR.R:1:1', 'test-01_07_DataCollator.R:1:1', 'test-02_01_pytorch_loss_fcts.R:1:1', 'test-02_02_pytorch_layers.R:1:1', 'test-02_03_pytorch_stack_layers.R:1:1', 'test-02_04_other_fcts.R:1:1', 'test-02_05_tokenizer.R:1:1', 'test-02_06_BaseModels.R:1:1', 'test-02_07_BaseModels_from_hf.R:1:1', 'test-03_01_LargeDataSetForTexts.R:1:1', 'test-03_02_LargeDataSetForTextEmbeddings.R:1:1', 'test-03_03_EmbeddedText.R:1:1', 'test-03_04_DataManager.R:1:1', 'test-03_05_FeatureExtractor.R:1:1', 'test-03_06_TextEmbeddingModels.R:1:1', 'test-03_08_TEClassifiers_core.R:1:1', 'test-03_09_TEClassifiersProtoNet_old.R:1:1', 'test-03_09_TEClassifiersPrototype.R:1:1', 'test-04_01_LoadOldModels.R:1:1', 'test-99_clean_tmp_directories.R:1:1' • Skipping (1): 'test-00_01_generating_test_data.R:1:1' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 77 ] > > proc.time() user system elapsed 2.01 0.31 2.32