Open gaitat opened 1 month ago
Hi- Does this happen in a new mamba environment or you are installing in an existing env? Just in case... Have you actually activated the env?
In the relevant activated env, look at the output of .libPath()
in R for any unexpected path. For me I get:
.libPaths()
[1] "/home/dario/miniforge3/envs/cnv_facets/lib/R/library"
When trying to run
cnv_facets.R -h
, I get the error:When I run
So it seems that package
lifecycle
has the correct version.I tried the installation both with
conda
and withmamba
and the result is the same. Can you provide some guidance?