Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/dart/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在R中安装hrbrmisc_R_Github - Fatal编程技术网

如何在R中安装hrbrmisc

如何在R中安装hrbrmisc,r,github,R,Github,我是R的初学者,我希望下面的库hrbrmstr/hrbrmisc用于我的一个程序 我已经安装了Devtools,然后尝试使用 安装github(“hrbrmstr/hrbrmisc”) 它给出一个错误,错误为:找不到函数“install\u github” 感谢您的帮助……只需运行: install.packages("devtools") devtools::install_github("hrbrmstr/hrbrmisc") 安装软件包。总之,install.packages(“devt

我是R的初学者,我希望下面的库hrbrmstr/hrbrmisc用于我的一个程序

我已经安装了Devtools,然后尝试使用 安装github(“hrbrmstr/hrbrmisc”)

它给出一个错误,错误为:找不到函数“install\u github”

感谢您的帮助……

只需运行:

install.packages("devtools")
devtools::install_github("hrbrmstr/hrbrmisc")

安装软件包。

总之,
install.packages(“devtools”);devtools::安装_github(“hrbrmstr/hrbrmisc”)
(或者运行
library(devtools)
,而不是
devtools::
)。是的,它不起作用。当我尝试按照您的建议运行@alistaire devtools::install_github(“hrbrmstr/hrbrmisc”)时,Zheyuan LiI出现了以下错误下载GitHub repo hrbrmstr/hrbrmisc@master从curl::curl\u fetch\u内存中的URL错误(URL,handle=handle):无法连接到表明Internet已关闭或GitHub已关闭的服务器。