R Under development (unstable) (2025-08-18 r88641 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(aifeducation) > > test_check("aifeducation") [ FAIL 0 | WARN 0 | SKIP 20 | PASS 30 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (20): 'test-00_00_print_information_tests.R:1:1', 'test-00_01_generating_test_data.R:3: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-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_transformer_models.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-99_clean_tmp_directories.R:1:1' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 30 ] > > proc.time() user system elapsed 2.56 0.37 2.92