Hi everyone,
I'm trying to deploy my shiny app to the shiny-server but it's giving an error as
Error: Unhandled Exception: Child Task 910178654 failed: Error building image: Error building dropClust (2.1.0). Build exited with non-zero status: 1
Execution halted
dropClust is GitHub package which I installed as:
library(devtools)
install_github("debsin/dropClust", dependencies = T)
Although there are other GitHub packages like Harmony which did not give me any error. Can somebody tell me what should I do to solve this error?