[R] a question
Jonathan P Daily
jdaily at usgs.gov
Wed Mar 16 14:07:50 CET 2011
What operating system are you working with? On windows, making it run by
double clicking on it from explorer is not going to work. You will
probably have to write a batch file that invokes Rterm or Rscript (see
documentation for which you want to use). So if your script file is
"myscript.r", you could use Rterm myscript.r so long as the R executable
directory is in the search path.
On linux, make sure to start your script starts with #!/usr/bin/env
Rscript, and make it executable (i.e. chmod +x myscript.r). Now it should
run when you type ./myscript.r
HTH,
Jon
--------------------------------------
Jonathan P. Daily
Technician - USGS Leetown Science Center
11649 Leetown Road
Kearneysville WV, 25430
(304) 724-4480
"Is the room still a room when its empty? Does the room,
the thing itself have purpose? Or do we, what's the word... imbue it."
- Jubal Early, Firefly
r-help-bounces at r-project.org wrote on 03/16/2011 06:18:09 AM:
> [image removed]
>
> [R] a question
>
> Jeela Mohammadian
>
> to:
>
> r-help
>
> 03/16/2011 08:59 AM
>
> Sent by:
>
> r-help-bounces at r-project.org
>
> Hi,
>
> I must seek a favour regarding of R project,
>
>
>
> can we make an application out of R. I mean a small application that
> automatically runs and do the estimation automatically. Because the
> things I do is that I copy codes from script to work book and then it
> runs and gives the output. can it be done automatically?
>
> I will appreaciate if you could answer.
>
> Best Regards
>
> Jeela
>
>
>
>
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list