Hello,
I am trying to deploy my webapp to shinyapps.io and I keep getting this:
Error: Unhandled Exception: Child Task 616823365 failed: Error parsing manifest: Unable to determine package source for Bioconductor package flowClust: Repository must be specified
Execution halted
I browse in the same kind of issue in this community and it seems that the reply is quite old since it refers to the BiocInstaller::biocLite old setting
Currently I put on top on my server.R file:
options(repos = c("BioCsoft" = https://bioconductor.org/packages/3.8/bioc"))
but it does not work
could you help?