简体   繁体   English

安装软件包时 Rcmd.exe 出现问题

[英]Problem with Rcmd.exe when installing packages

I'm getting the following error when installing packages from github:从 github 安装软件包时出现以下错误:

> devtools::install_github("pmartinezarbizu/pairwiseAdonis/pairwiseAdonis")
Downloading GitHub repo pmartinezarbizu/pairwiseAdonis@HEAD
Erro: Failed to install 'pairwiseAdonis' from GitHub:
  System command 'Rcmd.exe' failed, exit status: -1, stdout + stderr empty

With find_rtools, I get the following message (I was reading these posts, but couldn't solve my problem: https://github.com/r-lib/devtools/issues/2031 and R CMD check not looking for gcc in Rtools directory ): With find_rtools, I get the following message (I was reading these posts, but couldn't solve my problem: https://github.com/r-lib/devtools/issues/2031 and R CMD check not looking for gcc in Rtools目录):

> find_rtools(T)
Scanning R CMD config CC...
cc_path:  
'' does not exist
Scanning path...
ls: C:\Rtools\bin\ls.exe 
gcc_path: C:\Rtools\mingw_64\bin\gcc.exe 
VERSION.txt
Rtools version 3.5.0.4 
Version: 3.5 
Found compatible gcc on path
[1] TRUE

I'm using R v. 3.6.:我正在使用 R v. 3.6:

>     > session_info()
>     - Session info -------------------------------------------------------------------------------------
>      setting  value                       
>      version  R version 3.6.3 (2020-02-29)
>      os       Windows 10 x64              
>      system   x86_64, mingw32             
>      ui       RStudio                     
>      language (EN)                        
>      collate  Portuguese_Brazil.1252      
>      ctype    Portuguese_Brazil.1252      
>      tz       America/Sao_Paulo           
>      date     2020-07-29

If anyone's still having this problem, I was able to work around it using the pak package with the pkg_install function.如果有人仍然遇到这个问题,我可以使用pak package 和pkg_install function 来解决它。 It's possible this might not work for all package repositories, but it has worked for the ones I've needed it for.这可能不适用于所有 package 存储库,但它适用于我需要它的存储库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM