Re: [R] object ".trPaths" not found

2011-09-30 Thread sakaton
I had the same problem on Windows and I was only a "regular administrator". However, going to properties of the Rprofile.site and setting the file's all privileges for regular users fixed the problem. Tinn R was able to confiure the environment permanently. -- View this message in context: http

Re: [R] object ".trPaths" not found

2010-11-02 Thread Spackenkasper
I had the problem as well. It seems that the reason was that Windows doesn't allow "ordinary" administrators to edit files in the installation drive C: . So I - and Tinn-R - couldn't edit the files in the R directory "etc". You can circumvent it by restarting your system with User Account Contro

Re: [R] object ".trPaths" not found

2009-07-13 Thread Knut Krueger
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 /etc/

Re: [R] object ".trPaths" not found

2009-07-13 Thread Thomas Petzoldt
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 /etc/Rconfig.site The minimal l

Re: [R] object ".trPaths" not found

2009-07-13 Thread Knut Krueger
Uwe Ligges schrieb: I have to admit that I have no idea what we are talking about here (yes, I tend to forget many things these days) - and you have not cited the original message, unfortunately (nor have you specifies R versions, Tinn-R versions and both OS versions, but just one) ... Be

Re: [R] object ".trPaths" not found

2009-07-07 Thread Uwe Ligges
I have to admit that I have no idea what we are talking about here (yes, I tend to forget many things these days) - and you have not cited the original message, unfortunately (nor have you specifies R versions, Tinn-R versions and both OS versions, but just one) ... Best wishes, Uwe Knut K

Re: [R] object ".trPaths" not found

2009-07-07 Thread Knut Krueger
Uwe Ligges schrieb: Maybe, but the may depend on your "script", your OS, your R version, used packages and so on. Hence please read and follow the posting guide and provide commented, minimal, self-contained, reproducible code. Hi Uwe, I was just asked the same question and hat the same

Re: [R] object ".trPaths" not found

2009-02-28 Thread rkevinburton
FYI. I found the solution. My RProfile.site file could not be written to because of permissions. Whan I selected the "Configure/Permanent" option in Tinn-R it was silently ignoring the fact that the file could not be written to. When I adjusted the permissions, all was well. Thank you. Kevin

Re: [R] object ".trPaths" not found

2009-02-28 Thread Kingsford Jones
RSiteSearch('trpaths') will lead you to potential solutions... On Fri, Feb 27, 2009 at 7:18 PM, wrote: > I am running an R script with Tinn-R (2.2.0.1) and I get the error message > > Error in source(.trPaths[4], echo = TRUE, max.deparse.length = 150) : >  object ".trPaths" not found > > Any

Re: [R] object ".trPaths" not found

2009-02-28 Thread Uwe Ligges
rkevinbur...@charter.net wrote: I am running an R script with Tinn-R (2.2.0.1) and I get the error message > Error in source(.trPaths[4], echo = TRUE, max.deparse.length = 150) : object ".trPaths" not found Any solutions? Maybe, but the may depend on your "script", your OS, your R vers

[R] object ".trPaths" not found

2009-02-27 Thread rkevinburton
I am running an R script with Tinn-R (2.2.0.1) and I get the error message Error in source(.trPaths[4], echo = TRUE, max.deparse.length = 150) : object ".trPaths" not found Any solutions? Thank you. Kevin __ R-help@r-project.org mailing list https