Displaying 2 results from an estimated 2 matches for "guiddeinstall".
2012 Jun 20
1
Tinn-R and R 2.15.0 integration
...en the file 'Rprofile.site' and add the following lines to the end of the file:
options(IDE = 'C:/Documents and Settings/Username/My Documents/Tinn-R/bin/Tinn-R.exe')
options(use.DDE = TRUE)
library(svIDE)
library(svSocket)
library(svIO)
library(R2HTML)
guiDDEInstall()
Make the appropriate changes to the first line above so that it points to your Tinn-R installation directory.
When I start R by clicking, I could see a single R window, and Tinn-R start too.
But it doesn't push code from Tinn-R to R console.
Plus error message for library(svIO) and...
2006 Oct 24
4
How to start R with a file loaded?
Hi!
I've made great progress in my R programming, but I am again stuck on a
beginner's problem.
I would like to start R with a command line that loads a file, and if
possible, executes a function.
Can anyone give me an example of how to do this?
For example, in lisp, I would say:
$ lisp -load toto.lisp -eval '(do-something $PORT)'
to load the file "toto.lisp", then