le-raman

Results 9 comments of le-raman

I see, thanks for the response. The strange thing, it doesn't happen when directly running `DT::datatable(signif(data.frame(3.23e-127), 3))`. Anyway, I switched to using `%>% DT::formatSignif(...` which solves my issue.

Just to confirm, there is a similar issue with a minimal example, without custom css: ``` library("shiny") ui

I see the issue has been reported already [here](https://github.com/dreamRs/shinyWidgets/issues/631). I can confirm clearing the cache of the browser solved it. However, this might still be something to look in to,...

Thanks for the quick response. Can confirm that this work-around works.

Another update: The same error occurs for, e.g., S4Arrays. S4Arrays is indeed not part of the archive where it's looking for the installation files (https://bioconductor.org/packages/3.18/bioc/src/contrib/Archive/). In case of BiocVersion, it...

Also tried downgrading to Bioconductor 3.17, but no luck either: ``` Installing S4Arrays (1.2.0) ... curl: HTTP 200 https://mghp.osn.xsede.org/bir190004-bucket01/archive.bioconductor.org/packages/3.17/data/annotation/src/contrib/PACKAGES.rds curl: HTTP 200 https://mghp.osn.xsede.org/bir190004-bucket01/archive.bioconductor.org/packages/3.17/data/experiment/src/contrib/PACKAGES.rds curl: HTTP 200 https://mghp.osn.xsede.org/bir190004-bucket01/archive.bioconductor.org/packages/3.17/bioc/src/contrib/PACKAGES curl: HTTP 200...

And here is a minimal reproducible example: Clean R installation: ``` if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install(version = "3.18") ``` App: ``` library(shiny) library(BiocVersion) ui

Thanks for the response! The rsconnect server indeed runs R 4.1.2. The message at the start of deployment "Bundle created with R version 4.3.2 is compatible with environment Local with...

I've installed R 4.3.2 in parallel to R 4.1.2 on our Posit Connect server and rebooted; app is being deployed as we speak, but I can already confirm it retrieved...