Unhandled exception RShiny Bioconductor

Hi,

I'm trying to deploy/publish via RShiny but it breaks all the time due to the following error:

Deploying bundle: 327xxx4 for document: 245xxx3 ...
Waiting for task: 7473xxx83
building: Parsing manifest
################################ Begin Task Log ################################
################################# End Task Log #################################
Fehler: Unhandled Exception: Child Task 747398185 failed: Error parsing manifest: Unable to determine package source for Bioconductor package oompaBase: Repository must be specified

I tried to copy Failing to deploy shinyapp depending on Bioconductor packages

library(BiocManager)
options(repos = BiocManager::repositories())

but nevertheless, it doesn't work.
Can someone please help me out? Tbh, I even don't know this bioconductor package appears as I don't load it on my own. Therefore, I guess, it is a core package or so?

I'm just fresh new to RShiny resp. publishing so it's all Greek to me.
Thanks a lot in advance!

Upgrading to R 4 solved it :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.