phangorn icon indicating copy to clipboard operation
phangorn copied to clipboard

library(phangorn) error

Open wang0430 opened this issue 1 year ago • 3 comments

hi, when i library phangorn, it presents a error, library(phangorn) Loading required package: ape Error: package or namespace load failed for ‘phangorn’ in .doLoadActions(where, attach): error in load action .A.1 for package phangorn: loadModule(module = "Fitch_mod", what = TRUE, env = ns, loadNow = TRUE): Unable to load module "Fitch_mod": cannot allocate vector of size 705769.6 Gb In addition: Warning message: package ‘ape’ was built under R version 4.3.0

sessionInfo() R version 4.2.3 (2023-03-15) Platform: x86_64-conda-linux-gnu (64-bit) Running under: CentOS Linux 7 (Core)

Matrix products: default BLAS/LAPACK: /home/wanggl/miniconda3/envs/python3.8/lib/libopenblasp-r0.3.21.so

locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] ape_5.7-1

loaded via a namespace (and not attached): [1] Rcpp_1.0.10 quadprog_1.5-8 lattice_0.20-45 digest_0.6.29
[5] grid_4.2.3 nlme_3.1-159 magrittr_2.0.3 rlang_1.1.0
[9] cli_3.4.1 rstudioapi_0.14 Matrix_1.5-3 generics_0.1.3 [13] fastmatch_1.1-3 igraph_1.3.5 parallel_4.2.3 compiler_4.2.3 [17] pkgconfig_2.0.3

wang0430 avatar Oct 16 '23 08:10 wang0430