2014-10-02 24 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) 

,然後再次嘗試。