Elio Campitelli

Results 88 comments of Elio Campitelli

This same issue affects `updateDateRangeInput()` ```r library(shiny) if (interactive()) { ui

I saw that but didn't know what it did, so I didn't dare to touch anything. Is that for the second axis, if there is one?

I think I got it. I need to add a similar trick here: https://github.com/tidyverse/ggplot2/blob/37eb64de719c6f60c9f467f5530d59d2a477ee07/R/axis-secondary.R#L122-L129 With that change, now it works also for secondary axis. ``` r library(ggplot2) df

> and do your changes also work with `p + labs(x = ~toupper(.x))`, i.e. when setting label names outside of the scale? It doesn't, and for it to fully work...

Any advice on how to add tests for this feature? Should it be a visual test or there's a better way of checking the text of axis and legends?

Yes, I know, but it's a rather involved process and copypasting all that code just to change a few characters seems wasteful. Not to mention that is not very user-friendly...

Yes, I might have to do that, since the syntax of appendcaption is not exactly the same as the one for caption. On Tue, 7 Jul 2020, 23:07 atusy, wrote:...

I'm having a similar issue, but in my case the badge shows 1 update available even thought there are no updates. The issue persists even through reboots. ![image](https://user-images.githubusercontent.com/8617595/84167981-44b2e580-aa4d-11ea-9b51-8051be988039.png)

Killing the app reseted the badge. Then it took a while to look for updates and now again it shows the 1 update badge even though there is no update...