Hadley Wickham
Hadley Wickham
Yeah, I like that idea — no caching to keep it session specific.
Is there a base equivalent of this? I guess you normally just use reverse indexing - but this would still be useful. (And would just be implemented in terms of...
So I think you can now remove a row/col with negative indexing. But I agree gtable needs more tools for working at the grob level.
Maybe `gtable_width`, `gtable_width
I think the complication is that you want to interact with the gtable on two levels: the table level and the individual grob level. Two-d indexing makes sense for the...
And might be more important for binary packages (e.g. from https://cran.r-project.org/bin/windows/contrib/3.6/)
@maelle I don't think so, because we want RMarkdown cross-references.
Need this in `hugo_document()` setup: ```R # Trick knitr into producing bookdown labels knitr$opts_knit$bookdown.internal.label
hugodown produces html; I can make it produce whatever is needed, but this part of the code is already quite hacky so I'd prefer to avoid adding to it unless...
But `gert::git_clone("[email protected]:hadley/tidytext.git", tempfile())` seems to work (at least I tried it five times and they all succeeded)