我想在Texstudio中编译一个.Rnw文件(称为“ methods_test_knitr.rnw”),请参见以下示例:
\documentclass[11pt]{article}
\begin{document}
<<a>>=
x=rnorm(100)
<<b>>=
<<a>>
mean(x)
@
\end{document}
它会产生以下错误:! I can't find file methods_test_knitr.tex'.
<*> methods_test_knitr.tex
当我按F7键时,将获得文档的“预览”,但是R代码不正确: output when trying to compile the rnw file
我通过在Texstudio选项:C:/PROGRA~1/R/R-34~1.3/bin/x64/Rscript.exe" -e "library(knitr); knit2pdf('%.Rnw')" | pdflatex -synctex=1 -interaction=nonstopmode %.tex | "txs:///view-pdf" "?am.pdf"
中设置用户命令来添加了knitr