Changes in version 1.18.0 o Switch to the latest Miniforge installer (24.3.0-0) by default. This is preconfigured to use the conda-forge channel and avoids issues with the non-FOSS licensing of the Anaconda repositories. Users can switch back to the old Miniconda installer by setting the BASILISK_USE_MINIFORGE=0 environment variable, but this will likely be deprecated in the next release. o Update the reticulate version in the fallback environment to 1.38. Changes in version 1.12.0 o Added Arm64 support for Linux. Changes in version 1.4.0 o Avoid caching the installer when performing a system installation in installConda(). Otherwise, cache in the external directory to avoid requiring/polluting BiocFileCache's cache. o Officially give up on Windows 32-bit support in installConda(). o Migrated activateEnvironment() back here, from basilisk. o Added cleanConda() utility to clean the Conda environment. o Added setCondaPackageDir() to set the Conda package cache directory. Changes in version 1.2.0 o Migrated most environment-related functions to basilisk. o Added locking to installConda() for safe parallel lazy Conda installations. o Switched to the latest Miniconda3 installer. Changes in version 1.0.0 o New package basilisk.utils, to handle install-time configuration of basilisk.