Displaying 9 results from an estimated 9 matches for "rguistart".
2009 May 11
2
Set working directory by dragging text file onto R shortcut? [WinXP, unfortunately]
Hi R-helpers,
I must use WinXP at work, and I'm missing a particular feature that's
available in R on my Mac at home...
In WinXP I would like to launch R by dragging and releasing a text
file on top of the R shortcut on my desktop. Then, I would like the
working directory to be automatically set to the location of that text
file.
That's what works in MacOS, but I can't figure
2008 Jan 19
0
batchfiles 0.4-0
...on is available on the home page:
http://batchfiles.googlecode.com
CHANGES
- now tested with Vista exclusively (use 0.3-2 instead on XP)
- sweave.bat now has no dependencies on the other batch
files. With this change all .bat and .hta files now
have no dependencies except possibly for R.
- RguiStart.bat is like Rgui.bat but takes a single argument
which may be an .Rdata file or a folder. It can be
placed in your SendTo folder in which case you can
right click in Windows Explorer choosing
SendTo | RguiStart.bat
- Rversions.hta now elevates RSetReg automatically (but
you will still...
2008 Jan 19
0
batchfiles 0.4-0
...on is available on the home page:
http://batchfiles.googlecode.com
CHANGES
- now tested with Vista exclusively (use 0.3-2 instead on XP)
- sweave.bat now has no dependencies on the other batch
files. With this change all .bat and .hta files now
have no dependencies except possibly for R.
- RguiStart.bat is like Rgui.bat but takes a single argument
which may be an .Rdata file or a folder. It can be
placed in your SendTo folder in which case you can
right click in Windows Explorer choosing
SendTo | RguiStart.bat
- Rversions.hta now elevates RSetReg automatically (but
you will still...
2008 May 05
0
batchfiles 0-4.1
...to use
R or if you only want to build and install R packages.
Also there is a new el utility (el.js) which runs the
command given as its argument in elevated mode. e.g.
el cmd
spawns a cmd session which is elevated.
The scripts Rcmd.bat, R.bat, Rterm.bat, Rscript.bat,
#Rscript.bat, Rgui.bat, RguiStart.bat, Rjgr.bat are actually
all the same script which query the name by which it was
called to determine the appropriate action. These scripts
are each self containd single file scripts which do not
depend on each other or on other software. To install any
of them just copy it to any place on your...
2008 May 05
0
batchfiles 0-4.1
...to use
R or if you only want to build and install R packages.
Also there is a new el utility (el.js) which runs the
command given as its argument in elevated mode. e.g.
el cmd
spawns a cmd session which is elevated.
The scripts Rcmd.bat, R.bat, Rterm.bat, Rscript.bat,
#Rscript.bat, Rgui.bat, RguiStart.bat, Rjgr.bat are actually
all the same script which query the name by which it was
called to determine the appropriate action. These scripts
are each self containd single file scripts which do not
depend on each other or on other software. To install any
of them just copy it to any place on your...
2010 Dec 13
0
batchfiles 0.6-0
...find MiKTeX (0)
kopy.bat - copy Rcmd to other batch files (h)(d)
movedir.bat - move library from one version of R to another (h)
R.bat - like R.exe but finds R from registry (0) (*)
Rcmd.bat - like Rcmd.exe but finds R from registry (h) (*)
Rgui.bat - like Rgui.exe but finds R from registry (0) (*)
RguiStart.bat - like Rgui.bat but arg1 defines folder to start R in (*)
Rscript.bat - run .R script (h) (*)
Rterm.bat - like rterm.exe but finds R from registry (h) (*)
Rtidy.bat - reformat a .R file, e.g. Rtidy myfile.R > outfile.R (d)
Rtools.bat - place Rtools on path for remainder of console session (0...
2010 Dec 13
0
batchfiles 0.6-0
...find MiKTeX (0)
kopy.bat - copy Rcmd to other batch files (h)(d)
movedir.bat - move library from one version of R to another (h)
R.bat - like R.exe but finds R from registry (0) (*)
Rcmd.bat - like Rcmd.exe but finds R from registry (h) (*)
Rgui.bat - like Rgui.exe but finds R from registry (0) (*)
RguiStart.bat - like Rgui.bat but arg1 defines folder to start R in (*)
Rscript.bat - run .R script (h) (*)
Rterm.bat - like rterm.exe but finds R from registry (h) (*)
Rtidy.bat - reformat a .R file, e.g. Rtidy myfile.R > outfile.R (d)
Rtools.bat - place Rtools on path for remainder of console session (0...
2008 Jan 02
2
Windows Shell Command under Vista
Dear R2008,
In Windows 2000, I used the following shell extension to allow right-click
rgui start in a directory (assuming rgui.exe is on the path:
-----
REGEDIT4
[HKEY_CLASSES_ROOT\Directory\shell\Run R]
[HKEY_CLASSES_ROOT\Directory\shell\Run R\command]
@="Rgui.exe --no-restore --no-save --internet2"
----
I switched to Vista this year. For reasons I don't understand, I have
2010 Aug 11
3
Using command line --file or -f
*What I want to do:
*Create a windows shortcut that will start the R gui **and**
simultaneously source a file
*What I have already tried:
*This almost works, but it's not the interactive R GUI:
R --no-save --sdi -file="C:\SomePath\example.R"
These open the R GUI, but doesn't recognize -f --f --file -file
RGUI --no-save --sdi -file="C:\SomePath\example.R"