library() calls cause script to stop when called from
php
Hello all,
I have a php script that makes a call
system(PATH_PROJECT_ROOT . '/sh/combineDays.sh ' . $dateString . " " .
PATH_PROJECT_ROOT);
and within combineDays.sh I run an R script:
R --slave -
Hello all,
I have a php script that makes a call
system(PATH_PROJECT_ROOT . '/sh/combineDays.sh ' . $dateString . " " .
PATH_PROJECT_ROOT);
and within combineDays.sh I run an R script:
R --slave --vanilla --args $testDates $BASEDIR $defaultSearchVersion <
$BASEDIR"R/combineDays.R"
2 matches
Mail list logo