Can you post an image of the html_document output in a separate message? (edited to add: I mean in this thread, not in a new thread, in case that wasn't clear)
(as in so many things on the internet, the reason for limits on new users who are necessarily of as-yet-unknown trustworthiness is that these limits make the site less attractive to abuse by spambots, sock puppets, and trolls )
Thanks jcblum for your quick response. It is possible my problem is the same issue.
I tried to post a .nb.html file with the problem (and planned to post the corresponding .html), but restrictions again: "Sorry, the file you are trying to upload is not authorized (authorized extensions: jpg, jpeg, png, gif, pdf)."
I was able to create a simple example that shows the same problem. (I used dput on the original object that was not displaying correctly).
y <- structure(list(n = 768L), row.names = c(NA, -1L), class = c("tbl_df",
"tbl", "data.frame"))
y
y does not display correctly in a notebook, but looks fine in a document.
It's possible this problem is related to the new R 3.5.0.
I'm not seeing the same problem with R 3.4.4 on a different machine. (When I tried to reconfigure RStudio to use R 3.4.4, which is still present, I get an error that appears to be connected to the Rcpp.dll.)
The output for y appears exactly like the output I originally posted -- the line that starts "[38;5;246m# A tibble ..." Chrome and RStudio display the same thing.
Thanks the info about the daily builds. I need a stable fix. I may downgrade to R 3.4.4.
For what it's worth, we do plan on producing a patch release of the v1.1 branch with a fix for the issue you've encountered, and that should hopefully be published soon (hopefully by the end of this week). Sorry for the trouble!