-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
tbl_df
breaks xtable()
-- bug?
#656
Comments
I've' assigned you @hadley just so that you check I did not break anything else with the commit. Seems straightforward enough. |
Hi, I have encountered a similar but really annoying issue, though I'm not sure whether it's due to xtable in dplyr or ggvis. (In addition, I found current release of dplyr breaks renderTable in shiny too)
|
@happyshows can you create a reproducible example instead of using |
@romainfrancois
However,
both works fine, as layer_points() seems to work
|
It is indeed the same problem as this works fine with the BTW @happyshows I've slightly edited your comment so that the code format nicely. embed code chunks with ```. |
@romainfrancois |
You can get it right now with:
Now that dplyr 0.3.0.1 is on CRAN, it should not take too long for these to be merged into master. When dplyr 0.3.1 gets released depends on many things incl seriousness of bug reports we get about 0.3.0.1 |
@romainfrancois Downloading github repo hadley/dplyr@dev_0_3_1 |
@happyshows we just merged the branch, so |
looks like there is a more severe problem with this rev + ggvis (dplyr_0.3.0.9000+ggvis_0.4.0.9000)
I am seeing an empty chart with valid axis. |
@happyshows can you please open a new issue with a minimal reprex if you're still having the problem? |
@hadley with dplyr_0.3.0.9000 ggvis_0.4 , my code that had issues now works fine. |
This is a little tricky to support commands like mtcars %>% tbl_df() %>% `[`(0) %>% `[`(1:5, ), which should yield a 5 x 0 tbl_df. Closes tidyverse#656
I swear I used to be able to print
tbl_df
objects, but suddenly after upgrading to latestdplyr
that went away:The text was updated successfully, but these errors were encountered: