Hello,

This is WJ.

I downloaded R(2.15.0) and Tinn-R(2.3.7.1) from 
http://sourceforge.net/projects/tinn-r/  for my computer (window 7 OS).

I want to know how to integrate Tinn-R with R(2.15.0).
So far, I was able to find some web-site has step for integration, so I updated 
the following steps.

Open 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     guiDDEInstall().

Could you help me how to integrate Tinn-R with R?

Sincerely,

WJ


        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to