I installed the newest version of R and once again ran into problem with Tinn-R failing when trying to use the R explorer. I had this problem once before and solved it when I added the following
.trPaths = c( 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/', 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/search.txt', 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/objects.txt', 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/file.r', 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/selection.r', 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/block.r', 'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/lines.r') The posted configuration file tries to accomplish this situation with .trPaths <- paste(paste(Sys.getenv('APPDATA'), '\\Tinn-R\\tmp\\', sep=''), c('', 'search.txt', 'objects.txt', 'file.r', 'selection.r', 'block.r', 'lines.r'), sep='') BUT IT FAILS. Farrel Buchinsky ______________________________________________ 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.