R Under development (unstable) (2024-02-14 r85901 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. > library(testthat) > library(fastText) > > test_check("fastText") Read 0M words Number of words: 8 Number of labels: 0 Progress: 105.5% words/sec/thread: 8983 lr: -0.005537 loss: 4.062255 ETA: 0h 0m Progress: 100.0% words/sec/thread: 8978 lr: 0.000000 loss: 4.062255 ETA: 0h 0m Read 0M words Number of words: 8 Number of labels: 0 Progress: 105.5% words/sec/thread: 8978 lr: -0.005537 loss: 4.078859 ETA: 0h 0m Progress: 100.0% words/sec/thread: 8973 lr: 0.000000 loss: 4.078859 ETA: 0h 0m Read 0M words Number of words: 308 Number of labels: 86 Progress: 101.3% words/sec/thread: 29749 lr: -0.001314 loss: 4.610671 ETA: 0h 0m Progress: 100.0% words/sec/thread: 29719 lr: 0.000000 loss: 4.610671 ETA: 0h 0m N 11 P@5 0.036 R@5 0.143 Read 0M words Number of words: 8 Number of labels: 0 Progress: 105.5% words/sec/thread: 9023 lr: -0.005537 loss: 4.069852 ETA: 0h 0m Progress: 100.0% words/sec/thread: 9018 lr: 0.000000 loss: 4.069852 ETA: 0h 0m Loading model d:/RCompile/CRANincoming/R-devel/fastText.Rcheck/tests/testthat/save_model_vecs/word_vectors.bin The 'fasttext' algorithm starts ... The predicted labels will be loaded from the temporary file ... The temporary files will be removed ... Elapsed time: 0 hours and 0 minutes and 0 seconds. The 'fasttext' algorithm starts ... The predicted labels will be loaded from the temporary file ... The temporary files will be removed ... Elapsed time: 0 hours and 0 minutes and 0 seconds. The 'fasttext' algorithm starts ... The predicted labels will be loaded from the temporary file ... The temporary files will be removed ... Elapsed time: 0 hours and 0 minutes and 0 seconds. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 29 ] > > proc.time() user system elapsed 3.01 0.89 4.14