我正在将软件包velocyto.R安装到R中,并且出现以下错误。
install_github("velocyto-team/velocyto.R")
我收到以下错误。
C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lboost_filesystem
C:/Rtools/mingw_32/bin/../lib/gcc/i686-w64-mingw32/4.9.3/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lboost_system
collect2.exe: error: ld returned 1 exit status
no DLL was created
ERROR: compilation failed for package 'velocyto.R'
* removing 'C:/Users/Joel Parker/Documents/R/win-library/3.6/velocyto.R'
有没有人看到此错误,我该如何解决?