Create and activate a conda environment with Python 3.12 and R-base conda create -n spamv python==3.12 r-base conda activate spamv (Optional) If you want to apply our algorithm to large datasets (with ...