R Under development (unstable) (2024-11-05 r87288 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(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 59 | PASS 836 ] ══ Skipped tests (59) ══════════════════════════════════════════════════════════ • On CRAN (43): 'test-growthModels.R:153:3', 'test-growthModels.R:174:3', 'test-growthModels.R:192:3', 'test-growthModels.R:213:3', 'test-growthModels.R:231:3', 'test-growthModels.R:252:3', 'test-growthModels.R:281:3', 'test-growthModels.R:299:3', 'test-growthModels.R:317:3', 'test-growthModels.R:335:3', 'test-growthModels.R:357:3', 'test-growthModels.R:369:3', 'test-growthModels.R:381:3', 'test-growthModels.R:393:3', 'test-growthModels.R:415:3', 'test-growthModels.R:433:3', 'test-growthModels.R:450:3', 'test-growthModels.R:467:3', 'test-growthModels.R:489:3', 'test-growthModels.R:503:3', 'test-growthModels.R:535:3', 'test-growthModels.R:564:3', 'test-growthModels.R:584:3', 'test-growthModels.R:599:3', 'test-growthModels.R:625:3', 'test-growthModels.R:642:3', 'test-growthModels.R:664:3', 'test-growthModels.R:681:3', 'test-growthModels.R:696:3', 'test-growthModels.R:713: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:62:3', 'test-mvSSModels.R:76:3', 'test-mvSSModels.R:138:3', 'test-mvSSModels.R:150: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 cannot be loaded (16): 'test-brmsInterceptModels.R:3:3', 'test-brmsInterceptModels.R:29:3', 'test-brmsInterceptModels.R:53:3', 'test-brmsInterceptModels.R:80:3', 'test-brmsInterceptModels.R:106:3', 'test-brmsModels.R:9:3', 'test-brmsModels.R:125:3', 'test-brmsModels.R:150:3', 'test-brmsModels.R:178:3', 'test-brmsModels.R:206:3', 'test-brmsModels.R:258:3', 'test-brmsModels.R:282:3', 'test-multiGroupingModels.R:16:3', 'test-mvSSModels.R:30:3', 'test-mvSSModels.R:46:3', 'test-mvSSModels.R:125:3' [ FAIL 0 | WARN 1 | SKIP 59 | PASS 836 ] > > proc.time() user system elapsed 51.84 7.82 59.64