2014-10-02 21 views
2

我试图在Windows 7上使用installr包安装Pandoc,从R 3.1.1。我使用下面的代码:在Windows 7中使用R安装Pandoc使用R

library(installr) 
install.pandoc() 
Error in file(con, "r") : cannot open the connection 
In addition: Warning message: 
In file(con, "r") : unsupported URL scheme 

我非常感谢,如果你能帮助解决这个问题。由于

+1

适合我... – 2014-10-02 16:25:27

回答

1

请运行:

setInternet2(TRUE) 

,然后再次尝试。