Changes in version 1.2.0 (2023-07-14) - BUG FIX test_singularity_installation(): No longer fails when Apptainer is used instead of Singularity. - MINOR CHANGES run(): Use different environment variables when Singularity is actually Apptainer. - NEW FUNCTIONALITY run_auto_mount(): Added helper function for letting babelwhale figure out which directories to mount automatically (#26, thanks @joelnitta!). Changes in version 1.0.3 (2021-06-25) - BUG FIX detect_backend(): Print helpful message when neither docker or singularity are installed (Thanks @KforKuma). Changes in version 1.0.2 (2021-06-02) - BUG FIX test_docker_installation(): Use docker info to check whether docker is available. - BUG FIX: Redirect stdout and stderr to files to avoid processx hangs (#24, thanks @joelnitta!). - MINOR CHANGE: Change maintainer from Wouter to Robrecht. - MINOR CHANGE: Added an environment_variables to the singularity and docker config. Changes in version 1.0.1 (2019-10-03) - BUG FIX set_config_default(): Fixed refactoring error; use saveRDS instead of save. Changes in version 1.0.0 (2019-07-09) - Release of babelwhale, a package to run docker and singularity containers from R.