R Under development (unstable) (2024-05-12 r86534 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(sjmisc) > > test_check("sjmisc") # x label frq raw.prc valid.prc cum.prc 1 First 5 41.67 41.67 41.67 2 Not home 3 25.00 25.00 66.67 3 Refused 4 33.33 33.33 100.00 # y label frq raw.prc valid.prc cum.prc 1 A D 5 41.67 41.67 41.67 2 An E 1 8.33 8.33 50.00 3 The eff 6 50.00 50.00 100.00 label frq raw.prc valid.prc cum.prc 1 First 5 41.67 41.67 41.67 2 Not home 3 25.00 25.00 66.67 3 Refused 4 33.33 33.33 100.00 # x label frq raw.prc valid.prc cum.prc 1 First 5 41.67 41.67 41.67 2 Not home 3 25.00 25.00 66.67 3 Refused 4 33.33 33.33 100.00 # x label frq raw.prc valid.prc cum.prc 1 First 5 41.67 41.67 41.67 2 Not home 3 25.00 25.00 66.67 3 Refused 4 33.33 33.33 100.00 # y label frq raw.prc valid.prc cum.prc 1 A D 5 41.67 41.67 41.67 2 An E 1 8.33 8.33 50.00 3 The eff 6 50.00 50.00 100.00 label frq raw.prc valid.prc cum.prc 1 First 5 41.67 41.67 41.67 2 Not home 3 25.00 25.00 66.67 3 Refused 4 33.33 33.33 100.00 iter imp variable 1 1 Species 1 2 Species 1 3 Species 1 4 Species 1 5 Species 2 1 Species 2 2 Species 2 3 Species 2 4 Species 2 5 Species 3 1 Species 3 2 Species 3 3 Species 3 4 Species 3 5 Species 4 1 Species 4 2 Species 4 3 Species 4 4 Species 4 5 Species 5 1 Species 5 2 Species 5 3 Species 5 4 Species 5 5 Species One or more of the old values are recoded into identical new values. Please check if you correctly specified the recode-pattern, else separate multiple values with comma, e.g. rec="a,b,c=1; d,e,f=2". [ FAIL 0 | WARN 3 | SKIP 12 | PASS 155 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (3): 'test-isempty.R:6:3', 'test-move_columns.R:7:3', 'test-rec.R:30:5' • empty test (9): 'test-countna.R:12:3', 'test-demean.R:7:3', 'test-frq-weights.R:8:1', 'test-frq-weights.R:15:1', 'test-frq.R:36:1', 'test-frq.R:44:1', 'test-frq.R:72:1', 'test-merge_imputations.R:6:3', 'test-std.R:31:3' [ FAIL 0 | WARN 3 | SKIP 12 | PASS 155 ] > > proc.time() user system elapsed 5.23 0.54 5.59