RESEARCH windows – Why would R Shiny app run indefinitely in R Studio? December 30, 2021admin I wanted to learn how to build Shiny Apps in R so I started this beginner-level tutorial. However, when I run the app on my desktop (Windows 10 x64, 16GB…Read morewindows – Why would R Shiny app run indefinitely in R Studio?
DATA MANAGEMENT RESEARCH Is there a list of ways R scripts (and/or Shiny data products) can be put into productionisation? – General December 3, 2021admin It would be really nice if they can be compiled into some .app or .exe files, but I’m guessing this is not possible at the moment, with some attempts in…Read moreIs there a list of ways R scripts (and/or Shiny data products) can be put into productionisation? – General
RESEARCH browser() mode in RStudio version 2021.09 very slow for large shiny apps – shiny November 24, 2021admin Since updating to 2021.09 version of RStudio, the wait time when I press ‘Next’ in ‘browser()’ mode has increased significantly. The actual run time of the app when not in…Read morebrowser() mode in RStudio version 2021.09 very slow for large shiny apps – shiny
DATA MANAGEMENT RESEARCH communication between R shiny modules – shinyapps.io November 20, 2021admin I have question about communication between R shiny modules. I used golem package develop an app with two modules: data and analysisreactivedata (shinyapps.io) To share a data set I used…Read morecommunication between R shiny modules – shinyapps.io