R包安装错误:Warning in system("sh ./configure.win") : 'sh' not found

 

 

 install.packages("installr") # Rtools

install.packages(‘stringi‘, type = "binary")
install.packages(‘rsvd‘, type = "binary")
 
spatstat     (2.1-0      -> 2.2-0     ) [CRAN]

Enter one or more numbers, or an empty line to skip updates: 3
ERROR: dependency ‘rsvd‘ is not available for package ‘Seurat‘
* removing ‘C:/Program Files/R/R-3.6.0/library/Seurat‘
Warning messages:
1: In missing_devel_warning(pkgdir) :
  Package Seurat has compiled code, but no suitable compiler(s) were found. Installation will likely fail.
  Install Rtools (https://cran.r-project.org/bin/windows/Rtools/).Then use the pkgbuild package, or make sure that Rtools in the PATH.
2: In i.p(...) :
  installation of package ‘C:/Users/ADMINI~1/AppData/Local/Temp/Rtmpw9bH6E/remotes3878318e2d53/Seurat’ had non-zero exit status
 
>
 

R包安装错误:Warning in system("sh ./configure.win") : 'sh' not found

上一篇:windows下Neo4J的安装和简单使用


下一篇:关于VSCode编写laravel5.5项目时,编写routes api遇到报黄线intelephense问题