R Under development (unstable) (2025-06-10 r88298 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(jmv) > > test_check("jmv") [ FAIL 1 | WARN 23 | SKIP 0 | PASS 1346 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('testdescriptives.R:211:5'): Descriptives works old scenario ───────── Error in `as.character.factor(X, ...)`: malformed factor Backtrace: ▆ 1. ├─desc$frequencies[[1]]$asDF at testdescriptives.R:211:5 2. ├─jmvcore:::`$.ResultsElement`(desc$frequencies[[1]], asDF) at testdescriptives.R:211:5 3. └─jmvcore (local) ``() 4. └─jmvcore:::as.data.frame.Table(self) 5. └─base::unlist(as.list(column), use.names = FALSE) 6. └─base (local) URapply(x, as.character) 7. └─base::rapply(x, Fn, how = "list") 8. ├─base (local) ``(X, ...) 9. └─base::as.character.factor(X, ...) [ FAIL 1 | WARN 23 | SKIP 0 | PASS 1346 ] Error: Test failures Execution halted