В Tue, 15 Oct 2024 13:14:49 +0000 "Gerber, Lauren J" <lauren.ger...@helsinki.fi> пишет:
> RUN R -e "BiocManager::install('ggbreak')" > ENTRYPOINT ["/app/webscraping_combined_boxplots.sh"] > Error in library(ggbreak) : there is no package called 'ggbreak' > Execution halted Does the container build process produce any kind of log output? What is the library path where the package ends up being installed by BiocManager? When you run R from webscraping_combined_boxplots.sh, do you set R_LIBS or R_LIBS_USER or any other related environment variables (documented in ?Startup) that may affect the set of libraries considered by R when loading the 'ggbreak' package? In particular, is the library where BiocManager::install('ggbreak') installs the package present in the list returned by .libPaths()? -- Best regards, Ivan _______________________________________________ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian