-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior