R remote_sha()的install_github()问题

时间:2019-02-19 14:50:18

标签: r github devtools

我一直在从事一个需要CBPS软件包开发版本的项目:

https://github.com/kosukeimai/CBPS

当我尝试运行时:

library(devtools)
install_github("kosukeimai/CBPS", dependencies = TRUE)

install_github()行给我以下错误:

Error in class(xx) <- cl : attempt to set an attribute on NULL

进行一些调试后,似乎install_github()函数中的remote_sha()行。我到处寻找其他遇到类似问题的人,却一无所获。

一些会话信息:

- Session info------------------------
 setting  value                       
 version  R version 3.5.2 (2018-12-20)
 os       Windows 7 x64 SP 1          
 system   x86_64, mingw32             
 ui       RStudio                     
 language (EN)                        
 collate  English_United States.1252  
 ctype    English_United States.1252  
 tz       America/New_York            
 date     2019-02-19       

感谢您的帮助!

0 个答案:

没有答案