Reputation: 23908
I'm trying to install Pandoc
on Windows 7
from R 3.1.1
using installr
package. I used the following code:
library(installr)
install.pandoc()
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") : unsupported URL scheme
How can I resolve these errors?
Upvotes: 3
Views: 538