Displaying 4 results from an estimated 4 matches for "trstartid".
Did you mean:
trstartide
2011 Aug 09
1
Tinn-R
Hi,
How do I stop Tinn-R from starting automatically when I start R or R studio,
without uninstalling it.
I just started using R studio and might want to switch back to Tinn-R so I
don't want to uninstall it.
Thanks,
D
[[alternative HTML version deleted]]
2010 Oct 07
0
Tinn-R and DDE
...ecessary[!installed]) >=1)
install.packages(necessary[!installed])
## Load packages
library(TinnR)
library(svSocket)
## Uncoment the two lines below if you want Tinn-R starts always R starts
## (Observation: check the path of Tinn-R.exe)
options(IDE='C:/Programs/Tinn-R/bin/Tinn-R.exe')
trStartIDE()
## Set options
options(use.DDE=T)
## Start DDE
trDDEInstall()
.trPaths <- paste(paste(Sys.getenv('APPDATA'), '\\Tinn-R\\tmp\\', sep=''),
c('', 'search.txt', 'objects.txt', 'file.r', 'selection.r', 'block.r',
'lines...
2010 Apr 30
1
Problem: packages TinnR, Hmisc, applications Tinn-R and R version 2.11.0
...cessary[!installed]) >=1)
install.packages(necessary[!installed])
## Load packages
library(TinnR)
library(svSocket)
## Uncoment the two lines below if you want Tinn-R to always start R at start-up
## (Observation: check the path of Tinn-R.exe)
#options(IDE='C:/Tinn-R/bin/Tinn-R.exe')
#trStartIDE()
## Set options
options(use.DDE=T)
## Start DDE
trDDEInstall()
.trPaths <- paste(paste(Sys.getenv('APPDATA'), '\\Tinn-R\\tmp\\', sep=''),
c('', 'search.txt', 'objects.txt', 'file.r', 'selection.r', 'block.r',
'l...
2010 Oct 02
2
Tinn R
Dear ALL,
I am trying to run Tinn R for the first time with R. I have already
selected the SDI option. When ever I run the code I get the following
error:
> source(.trPaths[4])
Error in source(.trPaths[4]) : object '.trPaths' not found
Can any one help?
Raphael