python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Image not rendering in Shiny Server in docker
Background
I'm using another docker image and installing Shiny Server via commands in the dockerfile. The images are in a subdirectory named "www" in the app.R directory. Below is my shiny a...

Hasan Shaukat
Votes: 0
Answers: 1
Proxying shiny-server through Django and nginx
I'm running a docker containerized django app with nginx as a reverse proxy and want to include several shiny apps I've inherited. I want django to sit between shiny-server (which serves the apps) and...
arod
Votes: 0
Answers: 0
Error: Object 'X' not found - while deploying random forest model in Shiny
I am trying to deploy a random forest model (model.rds, that was already developed, stored in the same folder) in shiny. However, I ran into the error shown below.
Warning: Error in eval: object 'repo...
Raj
Votes: 0
Answers: 0
Filtering and adjusting data table
I am attempting to display a dataframe with multiple pickerInput variables. When filtering by one variable, in the following example, species, it works fine. However, I can't seem to figure out how to...
hugh_man
Votes: 0
Answers: 1