IQSS / Zelig

A statistical framework that serves as a common interface to a large range of models
http://zeligproject.org
111 stars 43 forks source link

Future dplyr release returns error at check #256

Closed christophergandrud closed 7 years ago

christophergandrud commented 7 years ago

Hi,

This is an automated email to let you know about the release of dplyr, which will be submitted to CRAN in the near future (May 11).

To check for potential problems, I ran R CMD check on your package Zelig (5.0-17).

I found: 1 error  | 0 warnings | 1 note .

    checking tests ... ERROR
      Running ‘testthat.R’ [79s/78s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
      ev
                mean         sd       50%      2.5%     97.5%
      [1,] 0.6990619 0.09467077 0.7081549 0.5028567 0.8603348
      pv
              0    1
      [1,] 0.31 0.69
      fd
                 mean        sd        50%      2.5%       97.5%
      [1,] -0.2377065 0.1148547 -0.2380952 -0.466211 -0.01659926
      testthat results
================================================================
      OK: 196 SKIPPED: 1 FAILED: 1
      1. Error: REQUIRE TEST Bayes Diagnostics for factors
(@test-bayesdiagnostics.R#19)

      Error: testthat unit tests failed
      Execution halted

    checking installed package size ... NOTE
      installed size is 12.1Mb
      sub-directories of 1Mb or more:
        R  11.0Mb

If I got an ERROR because I couldn't install your package (or one of its dependencies), my apologies. You'll have to run the checks yourself (unfortunately I don't have the time to diagnose installation failures as I have to run checks on hundreds of packages).

Otherwise, please carefully look at the results. If you think I've introduced a bug in dplyr, please file a reprex at https://github.com/tidyverse/dplyr/issues. Otherwise, you'll need to prepare an update to your package following the advice in http://dplyr.tidyverse.org/articles/compatibility.html.

To get the development version of dplyr so you can run the checks yourself, you can run:

    # install.packages("devtools")
    devtools::install_github("tidyverse/dplyr")

If you have any questions about this email, please feel free to respond directly.

Regards,

Hadley

christophergandrud commented 7 years ago

I wasn't able to replicate this with the dplyr dev-build