R Under development (unstable) (2024-12-19 r87451 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. > # 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 14 | PASS 20 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • Necessary python modules not available (4): 'test-01_LargeDataSetForTexts.R:1:1', 'test-02_LargeDataSetForTextEmbeddings.R:1:1', 'test-03_EmbeddedText.R:1:1', 'test-04_DataManager.R:1:1' • On CRAN (9): '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-05_FeatureExtractor.R:1:1', 'test-06_transformer_models.R:1:1', 'test-07_TextEmbeddingModels.R:1:1', 'test-08_TEClassifierRegular.R:1:1', 'test-09_TEClassifierProtoNet.R:1:1', 'test-99_clean_tmp_directories.R:1:1' • empty test (1): 'test-20_install_and_config.R:6:1' [ FAIL 0 | WARN 0 | SKIP 14 | PASS 20 ] > > proc.time() user system elapsed 1.90 0.42 47.79