search for: escapemg

Displaying 2 results from an estimated 2 matches for "escapemg".

Did you mean: escape
2011 Jun 18
1
Vim-R-Plugin issue : Python interface must be enabled to run Vim-R-Plugin
...4 lines to my _vimrc per the instructions here<http://blog.binfalse.de/wp-content/uploads/2010/12/vim-r-plugin-101217.html> . set nocompatible syntax enable filetype plugin on filetype indent on Ideas on how to fix this? On Fri, Jun 17, 2011 at 2:41 AM, Yoni Teitelbaum < yoni.teitelbaum@escapemg.com> wrote: > 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 --vani...
2011 Jun 17
1
sink() and 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 --vanilla --args $testDates $BASEDIR $defaultSearchVersion < $BASEDIR"R/combineDays.R" At the end of this R script, I try to write results to a file, but the