Deploy shinyapp in Docker Error in shinyAppDir(x)
I have the following dockfile # Base image https://hub.docker.com/u/rocker/ FROM rocker/shiny:latest # system libraries of general use ## install debian
Continue readingDocker questions and answers
I have the following dockfile # Base image https://hub.docker.com/u/rocker/ FROM rocker/shiny:latest # system libraries of general use ## install debian
Continue readingI am trying to automate a docker command in R. However, in order to run the command, zscaler must be
Continue readingI’m trying to create a multi-stage build for an R application based on rocker/r-ubuntu:20.04 image. The reason that I’m based
Continue readingI have R Shiny App which imports data from MySQL using SQL Connection String jdbc:mysql://localhost/db_name?serverTimezone=UTC This is working fine and
Continue readingGood afternoon to everybody. I want to install a shiny app in Docker, but I have error installing Bioconductor packagesMy
Continue readingI am trying to install python3.8 in my container. My base image is rocker/shiny. I was able to build my
Continue readingI’m creating an image using ggplot2 and ggiraph to my API in plumber. I am using RStudio on Windows. When
Continue readingI am trying to install the R language in the docker file. My Ubuntu version is 18.04 LTS RUN add-apt-repository
Continue readingI am trying to install the R language in the docker file. My Ubuntu version is 18.04 LTS RUN add-apt-repository
Continue readingI have developed a ShinyApp. One of its features is saving and loading the whole project (.model file) by using
Continue reading