Closed koushr89 closed 11 months ago
This issue also applies to other functions such as Linear Regression:
After refreshing the page the boxes to choose variables appear:
Thanks for reporting. There haven't been any major changes to the code in Shiny so I suspect the issue might be due to a dependency. Can you try downgrading shiny to version "1.7.4.1" and then check if you still see the issue? If we can repoduce the issue, I can open an issue for Shiny on GitHub.
remotes::install_version("shiny", "1.7.4.1")
packageVersion("shiny")
[1] '1.7.4.1'
Thank you. This seems to have resolved the issue. Should I tell my students to run the same command?
Yes.
I think we are near(er) a solution with the shiny team to things working with 1.7.5 but I want be very sure there are no lurking issues. Thanks again for reporting!
This seems to be a rather complex issue. See discussion here: https://github.com/rstudio/shiny/pull/3904
If you can, I'd suggest using shiny 1.7.4.1. If you are already using Radiant from Rstudio, you can use the "Sync packages" option from the Addins menu to get that version of shiny.
This is fixed in the latest version of the shiny
package. If you upgrade to the latest version of radiant.data
, it will use shiny 1.8.0 or newer.
Hi again,
Sometimes, after a few times of working with compare means or compare proportions, after switching to another page and then coming back, the boxes for choosing variables do not appear. If I refresh Radiant then those boxes appear but I don't think that is the best solution.
My theory is that whenever in a session I use compare means, compare proportions becomes unavailable and vice versa.