Deploying shinyapp with leaflet into shinyapps.io problem

I got this error after trying to deploy a flexdashboard with shinyapps and leaflet maps on shinyapps.io
The problem does not occur when the leaflet maps are not included in the code.

Any ideas on how this could be solved? Thanks!
ç

building: Parsing manifest
################################ Begin Task Log ################################ 
################################# End Task Log ################################# 
Error: Unhandled Exception: Child Task 529277774 failed: Error parsing manifest: Unable to determine package source for Bioconductor package BiocInstaller: Repository must be specified
1 Like

Hi Lucia, it looks like you're having an issue related specifically to the Bioconductor sourced package. I haven't used Bioconductor before, but there appears to be a similar issue as seen below.

https://support.bioconductor.org/p/107298/

Try the following code maybe!

> options(repos = BiocInstaller::biocinstallRepos())
> getOption("repos")
1 Like

Ahoy, I believe this discussion outlines the issues; "Error parsing manifest: Unable to determine package source for Bioconductor package {package_name}: Repository must be specified
Execution halted
"

1 Like