R Under development (unstable) (2026-02-11 r89406 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. > library(testthat) > library(latrend) > > test_check('latrend') [ FAIL 0 | WARN 1 | SKIP 17 | PASS 2341 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (9): 'test-crimcv.R:4:1', 'test-flexmix.R:2:1', 'test-funfem.R:3:1', 'test-lcmm.R:2:1', 'test-mixak.R:2:1', 'test-mixtools.R:3:1', 'test-parallel.R:1:1', 'test-stratify.R:79:3', 'test-stratify.R:89:3' • skipping MixTVEM tests because the TVEMMixNormal() function is not loaded (1): 'test-mixtvem.R:2:1' • {akmedoids} is not installed (1): 'test-akmedoids.R:2:1' • {kml} is not installed (6): 'test-citation.R:14:3', 'test-citation.R:38:3', 'test-cluslong.R:65:3', 'test-kml.R:2:1', 'test-method.R:352:3', 'test-method.R:360:3' [ FAIL 0 | WARN 1 | SKIP 17 | PASS 2341 ] > > proc.time() user system elapsed 39.28 2.51 41.86