zoukankan      html  css  js  c++  java
  • 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
    
     
    >
     
  • 相关阅读:
    Java8-Stream-No.10
    Java8-Stream-No.09
    Java8-Stream-No.08
    Java8-Stream-No.07
    Java8-Stream-No.06
    Java8-Stream-No.05
    Java8-Stream-No.04
    Java8-Stream-No.03
    Java8-Stream-No.02
    Java8-Stream-No.01
  • 原文地址:https://www.cnblogs.com/emanlee/p/14924282.html
Copyright © 2011-2022 走看看