Max Held

Results 208 comments of Max Held
trafficstars

can I just add a huge +1 for `ggrepel` support via `plotly::ggplotly()`? The ggrepel repel-optimisation of course, wouldn't be available in pure JS. Any chance it could be replicated in...

@zoowalk: you seem to (at least) be missing spaces in `::: full-width`. Also hard to debug without the source. I would suggest to keep this thread for a broader discussion...

@mariusbarth: > However, while working on the progress bar, I figured that the current implementation serves two rather distinct and partially conflicting purposes: The first being to inform about the...

@cderv 👍 > Here what I think we need and could do for the progress bar: > > * Use an environment to store state of the progress > *...

Perhaps as part of this, it might make sense to separate out two concerns currently addressed by the `knitr(quiet=FALSE)` output: 1. logging (which needs to be knitr specific, maybe include...

@pssguy you might be interested to know that you can work around this by nesting `menuItem()`s only (not `menuSubItem()`s), as per [this hack](https://stackoverflow.com/questions/37597136/shinydashboard-is-it-not-possible-to-have-nested-menu-sub-items-cant-make-it). Looks the same, not sure whether there...

I *would* have a couple of suggestions 😄. However, feel free to ignore / close this; I won't take any offense. I'm sure you folks have thought about this a...

similar issue in this other pandoc wrapper, rmarkdown: https://github.com/rstudio/rmarkdown/issues/439

Thanks, great idea(s). My concern wasn't with repo *size*, but I just really dislike having programmatically generated files inside my commits; makes it hard to parse the diffs. Roxygenized `/man/`...

I *did* come across a [suggestion to use `configure` pre-build hooks](https://stackoverflow.com/questions/32035151/executing-r-scripts-during-package-installation#comment51982319_32035219) for this kind of thing (?), but it would probably add too much complexity either way.