search for: ggreak

Displaying 2 results from an estimated 2 matches for "ggreak".

Did you mean: ggbreak
2024 Oct 15
1
R Package: 'ggbreak' in Dockerfile
...nager) before library | (ggbreak), then rebuilt the image, and am still getting the same error. You need _two_ distinct commands. First install.packages("BiocManager") and second once that is done use it to install 'ggbreak' from BioConductor BiocManager::install("ggreak") The two wrappers I showed in my earlier email do this for you, from the command-line, which I find pleasant for both shell and docker use. Preferences of course vary but the key here is that a) ggbreak is a BioConductor package and b) you must use BiocManager::install() to install those. D...
2024 Oct 15
1
R Package: 'ggbreak' in Dockerfile
Hi James, I just tried fixing my script and added library(BiocManager) before library(ggbreak), then rebuilt the image, and am still getting the same error. Error in library(ggbreak) : there is no package called 'ggbreak' Execution halted I will say that when I ran docker exec docker_container_id R -e "installed.packages()" I get the following: Package