Which bioconductor version does shinyapps.io support?

Hi,

This is my first post to the community. I recently tried to deploy an app to shinyapps.io from R4.2.0, by test app was deployed successfully but when I expanded the app, I got the following error. Which seems like due to bioconductor package version.

Error: Unhandled Exception: Child Task 1172714145 failed: Error building image: Error fetching BiocParallel (1.28.1) source. Error downloading package source. Please update your BioConductor packages to the latest version and try again: <BioconductorPackageSourc

When I checked via getOption("repos"), I got,

BioCsoft 
           "https://bioconductor.org/packages/3.15/bioc" 
                                                 BioCann 
"https://bioconductor.org/packages/3.15/data/annotation" 
                                                 BioCexp 
"https://bioconductor.org/packages/3.15/data/experiment" 
                                           BioCworkflows 
      "https://bioconductor.org/packages/3.15/workflows" 
                                               BioCbooks 
          "https://bioconductor.org/packages/3.15/books" 
                                                    CRAN 
                             "https://cran.rstudio.com/" 

and the biocparallel (1.28.1) version specified in the error is in bioconductor package 3.14. Later, I deployed the same app using bioc 3.10. I think perhaps the source of the error is bioc 3.15. My question is, does shinyapps.io support bioc 3.15 at the moment? If not, is this a near future possibility? Thank you very much for the support.

BW
Nurun

This topic was automatically closed 54 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.