Garrick Aden-Buie

Results 639 comments of Garrick Aden-Buie

> I failed to create **nested** panel sets. Do you have any solutions or workarounds on this? panelset doesn't support nested panel sets (yet). https://github.com/gadenbuie/xaringanExtra/issues/86

@SchmidtPaul The issue is that the CSS for `` elements as direct children of the main content aren't being applied to `` elements that are children of a ``. This...

Oh, I hadn't found that article. Working with tags does seem to be a whole lot easier than I was making it 🤔

I'd like to bump this with another vote for this feature. Currently, you can `writeManifest()` but there's no way to use the `manifest.json` to actually deploy your app other than...

Thanks for asking @thothal! > Workaround is to add `include = FALSE` to `clean-up-chunk`. Rather than call this a workaround, I'd say it's the solution. In flexdashboard, chunks are automatically...

Great point! Do you remember where you looked while debugging? It's hard to know where to put these kinds of things in the docs.

Another example from #392: > Is there a way to get Tabsets in Commentary just like this: [example](https://rpubs.com/nchelaru/famd)

I can reproduce this. The key is that the header column should be centered over the table but it moves whenever the window is resized. It appears as expected in...

This is a neat idea! We could agument the current `data-navmenu="More"` with an additional `data-navmenu-section` attribute. I'd imagine the above could be accomplished with a document like this: ````markdown ---...

Thanks for the report! It's possible that flexdashboard should be doing something different in general with the `#dashboard` height. If you could provide a complete reproducible example it would greatly...