我在 WinEdt 上使用 R Sweave 插件尝试了一个简单的示例文档 .rnw,如下所示:
\documentclass{article}
\begin{document}
\SweaveOpts{concordance=TRUE}
\textbf{hello world}
<<echo=TRUE,fig=TRUE>>=
x<-1:40
y<-rnorm(40)
plot(x,y)
@
\end{document}
因此,我正在使用 R Sweave 插件运行我的文档,但出现了这样的错误
Error Launching Console Application
Command Line: "\bin\x64\Rscript" "C:\Users\hirwanto\AppData\Roaming\WinEdt Team\WinEdt 8\Contrib\R-Sweave\Sweave.R" "Ass.Rnw"
Startup Folder: D:
The system cannot find the file specified.
我不知道如何解决 ? 在我运行我的 document.rnw 和 .rmd 之前。
答案1
[将此问题从未答复列表中删除]
首先确保已经安装了 R。
然后请卸载 R-Sweave 插件(已过时)并安装新的RManager 插件。
这个新功能能够从 Windows 注册表中检测 Rscript.exe 的路径,因此您将不再遇到这样的问题!