Open mretier opened 3 weeks ago
Dear @mretier,
this seems to be a problem with mamba / conda and less with phangorn itself. I don't really know about mamba, so I can' t comment what's wrong with the yaml file.
Maybe you give install.packages
to install the package directly from CRAN or `install.packages('phangorn', repos = c('https://klausvigo.r-universe.dev', 'https://cloud.r-project.org')) to install a binary for the development version a try. This usually seem to work quite well.
Kind regards, Klaus
Hi, I'd like to use phangorn but fail to get it to work on my system:
CONDA_SUBDIR=osx-64 mamba env create --file=./environment.yml
Environment yaml:
Installation works fine but when I open R and want to load the module using
library(phangorn)
I get the following error message:When I check the mamba environment folder I find a file called
libgfortran.4.dylib
but notlibgfortran.3.dylib
. I can't seem to find a way to get the latter.How could this be resolved?
Thanks for the input!