R Under development (unstable) (2024-02-17 r85935 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(latrend) > > test_check('latrend') [ FAIL 0 | WARN 0 | SKIP 12 | PASS 2339 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (9): 'test-crimcv.R:4:1', 'test-flexmix.R:3: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' • akmedoids cannot be loaded (1): 'test-akmedoids.R:2:1' • empty test (1): 'test-quick.R:1:1' • skipping MixTVEM tests because the TVEMMixNormal() function is not loaded (1): 'test-mixtvem.R:2:1' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 2339 ] > > proc.time() user system elapsed 29.42 1.79 31.10