我们正在从.php 文件执行以下代码。
$result1 = shell_exec("R CMD Sweave /var/www/html/r/r_latex_sweave.Rnw");
$result2 = shell_exec("pdflatex /var/www/html/r/r_latex_sweave.tex");
但是,我们收到了这个错误:
$result1 = shell_exec("R CMD Sweave /var/www/html/r/r_latex_sweave.Rnw"); [11:53:55] $result2 = shell_exec("pdflatex /var/www/html/r/r_latex_sweave.tex");
你能帮我们吗?
谢谢。