You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use command "install.packages('leiden') " in R to install 'leiden' package but it showed error as below.
installing source package ‘leiden’ ...
** package ‘leiden’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
*** Error in `/home/LANCY/software/R/lib64/R/bin/exec/R': free(): invalid pointer: 0x0000000001bc4008 ***
R_TESTS= '/home/LANCY/software/R/lib64/R/bin/R' --no-save --no-restore --no-echo 2>&1 < '/tmp/Rtmpw8PPLu/file798b3990b27f'
ERROR: loading failed
I am having the same error when install leiden, tried 3.7, 3.8, 3.9, all gave me same error, and I am using R v4.1.0 on linux, also tried solution from this ticket: #13, but still does not work.
Please note that all dependencies must be reinstalled to run on R 4.0.0, 4.1.0 or 4.2.0 after updating R. Perhaps this is the cause? How was the 64 bit version of R installed on your system?
I use command "install.packages('leiden') " in R to install 'leiden' package but it showed error as below.
** package ‘leiden’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
*** Error in `/home/LANCY/software/R/lib64/R/bin/exec/R': free(): invalid pointer: 0x0000000001bc4008 ***
R_TESTS= '/home/LANCY/software/R/lib64/R/bin/R' --no-save --no-restore --no-echo 2>&1 < '/tmp/Rtmpw8PPLu/file798b3990b27f'
ERROR: loading failed
R version is 4.1.2
Thank you so much for your help!
The text was updated successfully, but these errors were encountered: