rstudio / shiny

Easy interactive web applications with R
https://shiny.posit.co/
Other
5.35k stars 1.87k forks source link

deploy r package on my server #3828

Open norahAlbarrak opened 1 year ago

norahAlbarrak commented 1 year ago

hello im working on an shiny app that uses external r packages but the problem that one of the packages is not within r it is https://diane.ipsim.inrae.fr/ (a shiny app and r package) is there a way to deploy it and call it as package on my server?

wch commented 1 year ago

Hi, if you are using Shiny Server open source, you should be able to install the packages with the same account that the server runs as, and then the app should be able to use them.