Tagged Questions
0
votes
0answers
55 views
Sweave script fails from php call
I'm trying to automate a report using PHP + Sweave, using the PHP function 'shell_exec'
to call the R CMD Sweave, creating my pdf report. I'm running Apache on Mac OSX.
When i call it from the ...
1
vote
2answers
2k views
PHP shell_exec not working
I'm trying to run a shell script on my MacOSX, but it's not working.
My report.sh file calls another .sh file (Sweave.sh) that is stored in /usr/local/bin.
<?php
shell_exec("./report.sh");
echo ...