tibble package breaking changes
aravindhebbali opened this issue · 0 comments
aravindhebbali commented
== CHECK RESULTS ========================================
-
checking examples ... ERROR
Running examples in ‘blorr-Ex.R’ failed The error most likely occurred in: > ### Name: blr_multi_model_fit_stats > ### Title: Multi model fit statistics > ### Aliases: blr_multi_model_fit_stats blr_multi_model_fit_stats.default > > ### ** Examples > > model <- glm(honcomp ~ female + read + science, data = hsb2, + family = binomial(link = 'logit')) > > model2 <- glm(honcomp ~ female + read + math, data = hsb2, + family = binomial(link = 'logit')) > > blr_multi_model_fit_stats(model, model2) Error: Columns 1, 2 must be named. Use .name_repair to specify repair. Execution halted
-
checking tests ...
ERROR Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: Added/ Step Variable Removed AIC BIC C(p) ---------------------------------------------------------------------- 1 x6 addition 18869.627 18885.434 18865.6270 2 x1 addition 18571.376 18595.087 18565.3760 3 x3 addition 18016.724 18048.338 18008.7240 4 x2 addition 16642.374 16681.891 16632.3740 5 x5 addition 16640.883 16688.304 16628.8830 6 x6 removal 16639.219 16678.736 16629.2190 ----------------------------------------------------------------------══
testthat results
═══════════════════════════════════════════════════════════
OK: 76 SKIPPED: 28 FAILED: 1
1. Error: blr_multi_model_fit_stats prints the correct output
(@test-model-fit-stats.R#154)
Error: testthat unit tests failed
Execution halted