HI,
We are using conda environment for our web application using r-reticulate package and it is running fine in our local computer....
library(reticulate)
use_condaenv("r-reticulate")
however when deploy the same application to shinyapps.io webserver we get an error " Warning: Error in : Unable to find conda binary. Is Anaconda installed?"...can some one help us to resolve this issue please?