Hi, There are two separate issues here: > Posit say that their OS shiny server is only > installable on: > Red Hat Enterprise Linux 8 and higher > Ubuntu 22.04 and higher (LTS releases only) > SUSE Linux Enterprise Server 15 SP7 > (from https://docs.posit.co/shiny-server/)
You are linking here to Shiny Server Pro Admin Guide which is their paid offering and for that they support the above distributions. > They did do the upgrade of the server to bookworm and the shiny server > is now on R 4.2.2. The apps are all runnning OK (and they are mostly > very simple) but this is clearly not good to be using a version of R > that is four years old. This has nothing to do with Shiny Server, as the default R in bookworm is 4.2.2 (https://packages.debian.org/bookworm/r-base). So you need to see how to update R on bookworm if that is the distribution of choice. The open source shiny server (https://github.com/rstudio/shiny-server) has this in the README: """At this time, Shiny Server can be run on Linux servers with explicit support for Ubuntu 14.04 or greater (64 bit) and CentOS/RHEL 6 (64 bit) or greater. If you are using one of these distributions, please download the pre-packaged installers from RStudio:""" You may also want to check out shinyproxy (https://www.shinyproxy.io/). ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

