rstudio / reactlog

Shiny Reactivity Visualizer
http://rstudio.github.io/reactlog
Other
121 stars 9 forks source link

Only a very simple interface is available (no navigation bars etc) #40

Closed petr-fedorov closed 5 years ago

petr-fedorov commented 5 years ago

I'm on Fedora 29, RStudio 1.1.463 R 3.5.3

Tried all types of reactlog installation: CRAN, install_github and build. In all cases what I see after pressing Ctrl+F3 or running shiny::showReactLog() is shown below: reactlog

i.e. I can only navigate with Home, End and Left, Right arrows - nothing else!

schloerke commented 5 years ago

I don't believe you are running the latest shiny/reactlog R packages.

Please restart R and try again.

If that does not fix it, please post your sessioninfo::session_info()

hadley commented 5 years ago

I think you should address this specifically on the readme — does your reactlog look like this? Then you need install.packages(c("shiny", "reactlog"))

petr-fedorov commented 5 years ago

@schloerke @hadley I have updated to shiny 1.3.2 and it works now. Thanks !