rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
712 stars 291 forks source link

Can shiny server use the Conda environment R #559

Open nolanjj opened 9 months ago

nolanjj commented 9 months ago

How to do that。I want to use R in the Conda environment,so that it is easier to install the R package。

philibe commented 9 months ago

I never tried.

It seems to exist : https://anaconda.org/r/r-shiny

version 1.71 for arch, 1.0 and 1.1,for others Last upload: 1 year and 3 months ago

also https://community.anaconda.cloud/t/using-shiny-server-in-an-anaconda-r-env/24992/5

nolanjj commented 9 months ago

I never tried.

It seems to exist : https://anaconda.org/r/r-shiny

version 1.71 for arch, 1.0 and 1.1,for others Last upload: 1 year and 3 months ago

also https://community.anaconda.cloud/t/using-shiny-server-in-an-anaconda-r-env/24992/5

Thank you! I'm still confused that how to use conda's R when shiny server is start. like rstudio server ,I can run sudo rstudio-server restart --rsession-which-r=/home/junjie/miniconda3/envs/bio/bin/R to use conda's R.

toxintoxin commented 7 months ago

maybe add the specific env to the system global environment path?