R Under development (unstable) (2023-10-30 r85440 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. > Sys.setenv("R_TESTS" = "") > library(testthat) > library(text2vec) > library(mlapi) > data("movie_review") > test_check("text2vec") INFO [12:32:08.735] early stopping at 130 iteration INFO [12:32:09.185] early stopping at 30 iteration INFO [12:32:32.015] soft_als: iter 001, frobenious norm change 350.807 loss NA INFO [12:32:32.018] soft_als: iter 002, frobenious norm change 0.290 loss NA INFO [12:32:32.021] soft_als: iter 003, frobenious norm change 0.042 loss NA INFO [12:32:32.024] soft_als: iter 004, frobenious norm change 0.013 loss NA INFO [12:32:32.028] soft_als: iter 005, frobenious norm change 0.006 loss NA INFO [12:32:32.031] soft_als: iter 006, frobenious norm change 0.003 loss NA INFO [12:32:32.034] soft_als: iter 007, frobenious norm change 0.002 loss NA INFO [12:32:32.037] soft_als: iter 008, frobenious norm change 0.001 loss NA INFO [12:32:32.041] soft_als: iter 009, frobenious norm change 0.001 loss NA INFO [12:32:32.042] soft_impute: converged with tol 0.001000 after 9 iter INFO [12:32:32.093] soft_als: iter 001, frobenious norm change 144.766 loss NA INFO [12:32:32.122] soft_als: iter 002, frobenious norm change 0.002 loss NA INFO [12:32:32.152] soft_als: iter 003, frobenious norm change 0.000 loss NA INFO [12:32:32.153] soft_impute: converged with tol 0.001000 after 3 iter INFO [12:32:32.201] soft_als: iter 001, frobenious norm change 144.849 loss NA INFO [12:32:32.231] soft_als: iter 002, frobenious norm change 0.002 loss NA INFO [12:32:32.260] soft_als: iter 003, frobenious norm change 0.000 loss NA INFO [12:32:32.261] soft_impute: converged with tol 0.001000 after 3 iter INFO [12:32:32.337] soft_als: iter 001, frobenious norm change 504.137 loss NA INFO [12:32:32.340] soft_als: iter 002, frobenious norm change 0.345 loss NA INFO [12:32:32.342] soft_als: iter 003, frobenious norm change 0.056 loss NA INFO [12:32:32.344] soft_als: iter 004, frobenious norm change 0.020 loss NA INFO [12:32:32.346] soft_als: iter 005, frobenious norm change 0.009 loss NA INFO [12:32:32.348] soft_als: iter 006, frobenious norm change 0.005 loss NA INFO [12:32:32.350] soft_als: iter 007, frobenious norm change 0.003 loss NA INFO [12:32:32.352] soft_als: iter 008, frobenious norm change 0.002 loss NA INFO [12:32:32.354] soft_als: iter 009, frobenious norm change 0.001 loss NA INFO [12:32:32.356] soft_als: iter 010, frobenious norm change 0.001 loss NA INFO [12:32:32.357] soft_impute: converged with tol 0.001000 after 10 iter [ FAIL 0 | WARN 1 | SKIP 0 | PASS 88 ] [ FAIL 0 | WARN 1 | SKIP 0 | PASS 88 ] > > proc.time() user system elapsed 22.21 6.21 28.37