R MarkDown Error: pandoc version 1.12.3 or higher is required and was not found
R MarkDown Error: pandoc version 1.12.3 or higher is required and was not found
我正在使用 R Studios Cloud,但我突然无法以任何格式(html、pdf 和 word)编织我的 markdown。
这是我按下编织按钮时抛出的错误:
pandoc version 1.12.3 or higher is required and was not found (see the help page ?
rmarkdown::pandoc_available).
Execution halted
然后我通过 pandoc_available() 检查是否安装了 pandoc:
> pandoc_available()
[1] FALSE
错误,所以我尝试再次安装 pandoc? (我不记得卸载它)
> installr::install.pandoc()
sh: 1: ifconfig: not found
Error in system("ifconfig", intern = TRUE) : error in running command
但是,我再次收到 ifconfig 的另一个错误:未找到。
我刚开始学习 R 和整个编程。我很困惑。我检查了最近的线程,包括流行的解决方案(链接如下)但无济于事。
我也试过打开一个新的 markdown 文件,但仍然无法让 knit 工作。
对于这方面的任何帮助,我将不胜感激。
找到解决方案。
点击右上角的 3 个点重新启动您的项目。
查看线程 here。
这似乎是过去 24 小时内许多 r studio 云用户发生的常见错误。
我正在使用 R Studios Cloud,但我突然无法以任何格式(html、pdf 和 word)编织我的 markdown。
这是我按下编织按钮时抛出的错误:
pandoc version 1.12.3 or higher is required and was not found (see the help page ?
rmarkdown::pandoc_available).
Execution halted
然后我通过 pandoc_available() 检查是否安装了 pandoc:
> pandoc_available()
[1] FALSE
错误,所以我尝试再次安装 pandoc? (我不记得卸载它)
> installr::install.pandoc()
sh: 1: ifconfig: not found
Error in system("ifconfig", intern = TRUE) : error in running command
但是,我再次收到 ifconfig 的另一个错误:未找到。
我刚开始学习 R 和整个编程。我很困惑。我检查了最近的线程,包括流行的解决方案(链接如下)但无济于事。
我也试过打开一个新的 markdown 文件,但仍然无法让 knit 工作。
对于这方面的任何帮助,我将不胜感激。
找到解决方案。
点击右上角的 3 个点重新启动您的项目。
查看线程 here。
这似乎是过去 24 小时内许多 r studio 云用户发生的常见错误。