R Under development (unstable) (2025-08-17 r88631 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(pcvr) > > test_check("pcvr") params are not uniform length, values are being recycled to fit max length logistic nls model: pcvr formula variables: Outcome: y X: time Individual: id Group: group Model Formula: y ~ A[group]/(1 + exp((B[group] - time)/C[group])) Data: id group time y group_numericLabel 1 id_1 a 1 6.478453 1 2 id_1 a 2 8.520418 1 3 id_1 a 3 11.166817 1 ... (1000 rows)logistic nlme model: pcvr formula variables: Outcome: y X: time Individual: id Group: group Model Formula: y ~ A/(1 + exp((B - time)/C)) A ~ 0 + group B ~ 0 + group C ~ 0 + group Data: id group time y group_numericLabel autocor 1 id_1 a 1 6.478453 1 a.id_1 2 id_1 a 2 8.520418 1 a.id_1 3 id_1 a 3 11.166817 1 a.id_1 ... (1000 rows)[ FAIL 0 | WARN 1 | SKIP 87 | PASS 927 ] ══ Skipped tests (87) ══════════════════════════════════════════════════════════ • On CRAN (71): 'test-brmsModels.R:410:3', 'test-brmsModels.R:439:3', 'test-brmsModels.R:472:3', 'test-brmsModels.R:507:3', 'test-brmsModels.R:536:3', 'test-brmsModels.R:566:3', 'test-brmsModels.R:596:3', 'test-brmsModels.R:626:3', 'test-brmsModels.R:656:3', 'test-brmsModels.R:693:3', 'test-brmsModels.R:723:3', 'test-brmsModels.R:752:3', 'test-brmsModels.R:792:3', 'test-brmsModels.R:826:3', 'test-brmsModels.R:862:3', 'test-brmsModels.R:891:3', 'test-brmsModels.R:920:3', 'test-brmsModels.R:951:3', 'test-brmsModels.R:1007:3', 'test-brmsModels.R:1066:3', 'test-brmsModels.R:1132:3', 'test-brmsModels.R:1191:3', 'test-brmsModels.R:1252:3', 'test-brmsModels.R:1307:3', 'test-brmsModels.R:1338:3', 'test-brmsModels.R:1355:3', 'test-brmsModels.R:1377:3', 'test-growthModels.R:199:3', 'test-growthModels.R:220:3', 'test-growthModels.R:238:3', 'test-growthModels.R:259:3', 'test-growthModels.R:277:3', 'test-growthModels.R:298:3', 'test-growthModels.R:327:3', 'test-growthModels.R:345:3', 'test-growthModels.R:363:3', 'test-growthModels.R:381:3', 'test-growthModels.R:403:3', 'test-growthModels.R:415:3', 'test-growthModels.R:427:3', 'test-growthModels.R:439:3', 'test-growthModels.R:461:3', 'test-growthModels.R:479:3', 'test-growthModels.R:496:3', 'test-growthModels.R:513:3', 'test-growthModels.R:535:3', 'test-growthModels.R:549:3', 'test-growthModels.R:581:3', 'test-growthModels.R:599:3', 'test-growthModels.R:630:3', 'test-growthModels.R:650:3', 'test-growthModels.R:665:3', 'test-growthModels.R:691:3', 'test-growthModels.R:708:3', 'test-growthModels.R:730:3', 'test-growthModels.R:747:3', 'test-growthModels.R:762:3', 'test-growthModels.R:779:3', 'test-long_mv_workflow.R:2:3', 'test-long_sv_workflow.R:3:3', 'test-multiGroupingModels.R:111:3', 'test-multiGroupingModels.R:130:3', 'test-multiGroupingModels.R:149:3', 'test-mvSSModels.R:65:3', 'test-mvSSModels.R:79:3', 'test-mvSSModels.R:144:3', 'test-mvSSModels.R:156:3', 'test-readers.R:31:3', 'test-readers.R:40:3', 'test-wide_mv_workflow.R:3:3', 'test-wide_sv_workflow.R:3:3' • {cmdstanr} is not installed (16): 'test-brmsInterceptModels.R:3:3', 'test-brmsInterceptModels.R:29:3', 'test-brmsInterceptModels.R:54:3', 'test-brmsInterceptModels.R:82:3', 'test-brmsInterceptModels.R:109:3', 'test-brmsModels.R:9:3', 'test-brmsModels.R:134:3', 'test-brmsModels.R:159:3', 'test-brmsModels.R:187:3', 'test-brmsModels.R:217:3', 'test-brmsModels.R:272:3', 'test-brmsModels.R:297:3', 'test-multiGroupingModels.R:16:3', 'test-mvSSModels.R:31:3', 'test-mvSSModels.R:48:3', 'test-mvSSModels.R:130:3' [ FAIL 0 | WARN 1 | SKIP 87 | PASS 927 ] > > proc.time() user system elapsed 77.70 9.68 87.37