R Under development (unstable) (2024-10-13 r87228 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(modelenv) > > test_check("modelenv") [ FAIL 0 | WARN 0 | SKIP 38 | PASS 29 ] ══ Skipped tests (38) ══════════════════════════════════════════════════════════ • On CRAN (38): 'test-check.R:6:3', 'test-check.R:13:3', 'test-set_dependency.R:54:3', 'test-set_dependency.R:70:3', 'test-set_dependency.R:95:3', 'test-set_dependency.R:116:3', 'test-set_dependency.R:137:3', 'test-set_encoding.R:85:3', 'test-set_encoding.R:111:3', 'test-set_encoding.R:146:3', 'test-set_encoding.R:167:3', 'test-set_encoding.R:267:3', 'test-set_fit.R:49:3', 'test-set_fit.R:73:3', 'test-set_fit.R:99:3', 'test-set_fit.R:134:3', 'test-set_fit.R:155:3', 'test-set_fit.R:394:3', 'test-set_model_arg.R:38:3', 'test-set_model_arg.R:55:3', 'test-set_model_arg.R:76:3', 'test-set_model_arg.R:108:3', 'test-set_model_arg.R:143:3', 'test-set_model_arg.R:181:3', 'test-set_model_engine.R:26:3', 'test-set_model_engine.R:38:3', 'test-set_model_engine.R:53:3', 'test-set_model_engine.R:78:3', 'test-set_model_mode.R:27:3', 'test-set_model_mode.R:41:3', 'test-set_new_model.R:52:3', 'test-set_new_model.R:74:3', 'test-set_pred.R:53:3', 'test-set_pred.R:85:3', 'test-set_pred.R:126:3', 'test-set_pred.R:147:3', 'test-set_pred.R:296:3', 'test-set_pred.R:341:3' [ FAIL 0 | WARN 0 | SKIP 38 | PASS 29 ] > > proc.time() user system elapsed 5.37 0.71 6.12