Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tibble package breaking changes #74

Closed
aravindhebbali opened this issue Nov 29, 2018 · 0 comments
Closed

tibble package breaking changes #74

aravindhebbali opened this issue Nov 29, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@aravindhebbali
Copy link
Member

== 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
@aravindhebbali aravindhebbali added this to the 0.2.0 milestone Nov 29, 2018
@aravindhebbali aravindhebbali self-assigned this Nov 29, 2018
@aravindhebbali aravindhebbali added this to To do in CRAN via automation Nov 29, 2018
@aravindhebbali aravindhebbali added this to To Do in 0.2.0 via automation Nov 29, 2018
@aravindhebbali aravindhebbali changed the title tibble breaking changes tibble package breaking changes Nov 29, 2018
0.2.0 automation moved this from To Do to Done Dec 8, 2018
CRAN automation moved this from To do to Done Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
0.2.0
  
Done
CRAN
  
Done
Development

No branches or pull requests

1 participant