cnv_facets
cnv_facets copied to clipboard
Issue after installing with conda
I recently installed cnv_facets with the following instructions in my University's HPC cluster: mamba create -n my_project mamba activate my_project mamba install -c bioconda -c conda-forge cnv_facets
The installation works just fine, however when I try running the script i get this error:
error: This is R 3.6.3 but data.table has been installed using R 4.4.1. The major version must match. Please reinstall data.table.
I also tried installing in a new environment using both options in this site: https://anaconda.org/bioconda/cnv_facets
And I still get the same error. As if the installation is somehow forcing data.table to be installed using R 4.4.1 (I have no clue how it does it). Any ideas? or what am I doing wrong here? Thanks!