Maurits Evers
Maurits Evers
Ah that's a real shame. I'd love to see `supreme` work with current `shiny` syntax. For what it's worth, the `moduleServer` syntax was introduced around 12 months ago (see e.g....
PS. Just double checked the `DESCRIPTION` and `shiny (>= 1.5.0)` is definitely wrong in that case. Perhaps a typo? Should be `< 1.5.0` to avoid issues with current `moduleServer`.
Agree with the previous two posts. The link provided by @NemanjaV does not provide any insight how to handle >2 replicates. The original BigDataScript-based pipeline from the Kundaje lab (now...
You can simply add `theme(legend.position = "none")`; here's a small reproducible example: ```r waffle(c(one = 1, two = 10, three = 4), rows = 3) + theme(legend.position = "none") ```...