R Under development (unstable) (2026-02-16 r89426 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(metasurvey) metasurvey 0.0.17 > > metasurvey::set_engine("data.table") Engine: data.table > > test_check("metasurvey") adding: data.csv (stored 0%) API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: https://new.example.com API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local API configured: http://test.local The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file7530665d6640.json The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file75307d0339d.json The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file753067854dcd.json The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file75302d492611.json The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file753040cb2e35.json The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file75302f8a44db.json The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file753053e031ab.json The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file7530564e3476.json Type does not match. Please provide a valid type in the survey edition or as an argument Type does not match. Please provide a valid type in the survey edition or as an argument Classes 'data.table' and 'data.frame': 10 obs. of 9 variables: $ id : int 1 2 3 4 5 6 7 8 9 10 $ x : int 1 2 3 4 5 6 7 8 9 10 $ y : num 2 4 6 8 10 12 14 16 18 20 $ age : int 54 18 42 27 53 35 64 41 24 53 $ income: num 2849 4760 4913 1470 2900 ... $ region: int 3 4 1 3 1 1 4 2 4 4 $ status: int 3 2 1 2 2 3 3 2 2 2 $ group : int 2 1 1 2 2 3 3 1 1 2 $ w : num 1.639 1.35 1.774 0.784 0.907 ... - attr(*, ".internal.selfref")= The recipe has been saved in D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2/test_recipes_out/ech_2023_data_prep.json API configured: https://test.example.com API configured: https://test.example.com Workflow saved to D:\temp\2026_02_17_06_20_16_424\RtmpmyRvr2\file75301bad7692.json [ FAIL 0 | WARN 10 | SKIP 9 | PASS 2442 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-stress.R:7:3', 'test-stress.R:56:3', 'test-stress.R:104:3', 'test-stress.R:182:3', 'test-stress.R:237:3', 'test-stress.R:318:3', 'test-transpile.R:400:3', 'test-transpile.R:433:3', 'test-transpile.R:538:3' [ FAIL 0 | WARN 10 | SKIP 9 | PASS 2442 ] > > proc.time() user system elapsed 33.14 5.87 39.31