Thomas Petzoldt schrieb:
Hi,
using a variable named .trPaths is a feature and a frequent nuisance
of recent Tinn-R and also explained in the Tinn-R docs.
Solution 1:
In Tinn-R select the menu:
R --> Configure --> and then "Temporarily" or "Permanent"
Solution 2:
Manually edit file <R-installation-directory>/etc/Rconfig.site
The minimal line to add is:
.trPaths <- paste(paste(Sys.getenv('APPDATA'), '\\Tinn-R\\tmp\\',
sep=''), c('', 'search.txt', 'objects.txt', 'file.r', 'selection.r',
'block.r', 'lines.r'), sep='')
Hope it helps
no for me - I do not switched to permanent and i did not have the
Rconfig.site file edited but it is working
So i do not know *why it is working* ;-)
I hope yes for the others (I will forward it) on the computers where it
is not working
Thank you Knut
______________________________________________
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.