2008-06-13

How to run R codes from UltraEdit?

1) check the R Folder, you will see a file - Rscript.exe.. It's the one we need
2) Execute UltraEdit, check the Table: Advanced\Tool Configuration; then follow the pics

3) Insert a new tool
# Command table
- named "R" or whatever you like
- apply :"Rscript.exe %p%n%e" in command line (%p for path; %n for file name; %e for file extension. )
- key in the folder for Rscript.exe
- assign a icon for it
# Options Table
- it's a DOS program
- SAVE the file before it's executed

# Output Table
- Set up how to save/capture the output
- Here I set up for opening a new file for each run


The drawback:
can't execute selected lines.. It executes whole file..

Reorganized the top table

Leave the original links here, since we have finished the course STAT578
















STAT530 HomeworksKY's Official PageYa-Chi's PageGuest Book
website stats
Homework #1 - 9/19
Homework #2 - 10/03
Homework #3

First Thing First!

Let's start over~~~

ls()
rm(list=ls())

Bad Luck...

Recently lost all of my R codes in several projects due to a harddrive crash..
So.. hardly to recall details about R codes without those original R files

Damn it~~~

Now I regret that I didn't maintain this site well..