Skip to content

dplyr 0.7.0 for OS X El Capitan not available in CRAN (test fails) #2862

@zeehio

Description

@zeehio

dplyr 0.7.0 is not available in CRAN for OSX El Capitan due to failing tests. Questions related to this have already started to pop up in stackoverflow.

I hope you are aware of this situation, I assumed you were but with the publication of https://blog.rstudio.org/2017/06/13/dplyr-0-7-0/ I am not so sure.

The failing tests seem to be desc() related:

  1. Failure: row_number(), ntile(), min_rank(), percent_rank(), dense_rank(), and cume_dist() work (@test-hybrid.R#413)
  2. Failure: desc is correctly handled by window functions (@test-mutate-windowed.R#9)
  3. Failure: desc is correctly handled by window functions (@test-mutate-windowed.R#10)
  4. Failure: row_number gives correct results (@test-mutate-windowed.R#17)
  5. Failure: rank functions deal correctly with NA (#774) (@test-mutate-windowed.R#113)
  6. Failure: rank functions deal correctly with NA (#774) (@test-mutate-windowed.R#120)
  7. Failure: rank functions deal correctly with NA (#774) (@test-mutate-windowed.R#141)
  8. Failure: rank functions deal correctly with NA (#774) (@test-mutate-windowed.R#148) 

More details on failing tests at the CRAN results

Sorry for disturbing if you are already aware. I would try to help to fix this, but I don't have a Mac.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions