Bioconductor version problem on shiny

,

I get this error below:
The following Bioconductor packages appear to be from a separate Bioconductor release:

  • BiocGenerics [installed 0.56.0 != latest 0.54.1]

But I can't suppress it with:
rsconnect::deployApp(
appDir = getwd(),
account = "dnatheist",
server = "shinyapps.io",
appName = "testRverse",
lint = FALSE,
metadata = list(
asMultiple = FALSE,
asStatic = FALSE
),

These two are key

envManagementR = FALSE,
envManagement = FALSE
)

Grateful for any thoughts.

1 Like

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.