Re: [R] R, Apache and PHP (was no subject)

2005-11-09 Thread Elio Mineo
There are several projects on this. Look at http://franklin.imgen.bcm.tmc.edu/R.web.servers/ Bye Grupo Logit wrote: >hello. >My name is kerlim arturo. >i was search into internet about R apache y PhP and i found your mail into >foro. >i want create a stadistic's software on line with language

[R] R apache and PHP

2004-04-15 Thread Junwen wang
Apache may not aware the PATH to R, try 'exec("/pathToR/R CMD ...")'. In addition, apache and R should be in the same physical driver. -Junwen > I've developed a web application in PHP and R > > my script is > > > > ... > exec("R CMD BATCH --silent /home/marcello/R_in/myfile.bat > /home/marcello

RE: [R] R apache and PHP

2004-04-14 Thread marcelloverona
essage- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of Marcello Verona >> Sent: Tuesday, April 13, 2004 12:37 PM >> To: [EMAIL PROTECTED] >> Subject: [R] R apache and PHP >> >> >> I've developed a web application in PHP and R

RE: [R] R apache and PHP

2004-04-14 Thread Warnes, Gregory R
We need to know what kind of error message you are getting before we can be much help. -Greg > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Marcello Verona > Sent: Tuesday, April 13, 2004 12:37 PM > To: [EMAIL PROTECTED] > Subject

[R] R apache and PHP

2004-04-13 Thread Marcello Verona
I've developed a web application in PHP and R my script is ... exec("R CMD BATCH --silent /home/marcello/R_in/myfile.bat /home/marcello/R_out/myfile.out"); ... ?> This script execute in R batch mode and write the myfile.out. On Win2000 the similar script is ok, but on linux I've a problem

[R] R , apache and PHP

2004-04-13 Thread Marcello Verona
I've developed a web application in PHP and R my script is ... exec("R CMD BATCH --silent /home/marcello/R_in/myfile.bat /home/marcello/R_out/myfile.out"); ... ?> This script execute in R batch mode and write the myfile.out. On Win2000 the similar script is ok, but on linux I've a problem