-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
library(phangorn) error #153
Comments
Which version of phangorn have you installed? |
I have encountered the same issue:
I have just installed phangorn using:
I had tried installing using install.packages("phangorn"), which I guess is commit 5086adc, but I got the following error preventing the installation:
sessioninfo():
|
I have fixed my issue by restarting R, updating ape, loading ape and then running library(phangorn) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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
The text was updated successfully, but these errors were encountered: