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
Hi,
I tried to install destiny by BiocManager but failed mainly because I couldn't install its dependencies. Here is my installation command lines :
BiocManager::install("destiny")
The following is the warning report:
libtool: link: ERROR: no information for variable 'AR' cru .libs/libutil.a .libs/mt19937ar.o .libs/sobolseq.o .libs/timer.o .libs/stop.o .libs/redblack.o .libs/qsort_r.o .libs/rescale.o
../libtool: line 1102: ERROR:: command not found
make[2]: *** [libutil.la] Error 127
make[2]: Leaving directory `/tmp/Rtmp2O24sL/R.INSTALL6b25214ec057e/nloptr/src/nlopt_src/util'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/Rtmp2O24sL/R.INSTALL6b25214ec057e/nloptr/src/nlopt_src'
make: *** [all] Error 2
ERROR: configuration failed for package 'nloptr'
* removing '/public/home/shipy3/software/R/library/nloptr'
ERROR: dependency 'nloptr' is not available for package 'lme4'
* removing '/public/home/shipy3/software/R/library/lme4'
ERROR: dependency 'lme4' is not available for package 'pbkrtest'
* removing '/public/home/shipy3/software/R/library/pbkrtest'
ERROR: dependencies 'pbkrtest', 'lme4' are not available for package 'car'
* removing '/public/home/shipy3/software/R/library/car'
ERROR: dependency 'car' is not available for package 'VIM'
* removing '/public/home/shipy3/software/R/library/VIM'
ERROR: dependency 'VIM' is not available for package 'destiny'
* removing '/public/home/shipy3/software/R/library/destiny'
Hi,
I tried to install
destiny
by BiocManager but failed mainly because I couldn't install its dependencies. Here is my installation command lines :The following is the warning report:
And here is the information of my R session:
Counld anyone please tell me what is going wrong? Thanks a lots!
The text was updated successfully, but these errors were encountered: