R Under development (unstable) (2024-09-21 r87186 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. > pkg_name <- "mmrm" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) Loading required package: carData Welcome to emmeans. Caution: You lose important information if you filter this package's results. See '? untidy' -- Model Registration ------------------------------------------- mmrm 0.3.13 -- v mmrm::mmrm() [ FAIL 0 | WARN 0 | SKIP 49 | PASS 1925 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-between-within.R:29:3', 'test-car.R:220:3', 'test-emmeans.R:100:3', 'test-empirical.R:6:3', 'test-empirical.R:12:3', 'test-empirical.R:18:3', 'test-fit.R:263:3', 'test-fit.R:359:3', 'test-fit.R:490:3', 'test-kenwardroger.R:4:3', 'test-kenwardroger.R:9:3', 'test-kenwardroger.R:14:3', 'test-kenwardroger.R:19:3', 'test-kenwardroger.R:24:3', 'test-kenwardroger.R:29:3', 'test-kenwardroger.R:34:3', 'test-kenwardroger.R:39:3', 'test-kenwardroger.R:44:3', 'test-kenwardroger.R:49:3', 'test-kenwardroger.R:54:3', 'test-kenwardroger.R:59:3', 'test-kenwardroger.R:64:3', 'test-kenwardroger.R:69:3', 'test-kenwardroger.R:74:3', 'test-kenwardroger.R:79:3', 'test-kenwardroger.R:84:3', 'test-kenwardroger.R:89:3', 'test-kenwardroger.R:98:3', 'test-kenwardroger.R:107:3', 'test-kenwardroger.R:348:3', 'test-kenwardroger.R:356:3', 'test-kenwardroger.R:367:3', 'test-kenwardroger.R:377:3', 'test-kenwardroger.R:389:3', 'test-mmrm-methods.R:66:3', 'test-mmrm-methods.R:79:3', 'test-mmrm-methods.R:85:3', 'test-mmrm-methods.R:91:3', 'test-mmrm-methods.R:97:3', 'test-mmrm-methods.R:104:3', 'test-testing.R:78:3', 'test-testing.R:93:3', 'test-tmb-methods.R:109:3', 'test-tmb-methods.R:137:3', 'test-tmb-methods.R:238:3', 'test-tmb-methods.R:646:3', 'test-tmb-methods.R:764:3', 'test-tmb-methods.R:771:3' • empty test (1): 'test-car.R:172:1' [ FAIL 0 | WARN 0 | SKIP 49 | PASS 1925 ] > > proc.time() user system elapsed 42.42 4.65 50.39