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
rkevinburton at 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 version, used packages and so on. Hence please read and follow the posting guide and provide commented, minimal, self-contained, reproducible code. Uwe Ligges> Thank you. > > Kevin > > ______________________________________________ > R-help at 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.
RSiteSearch('trpaths') will lead you to potential solutions... On Fri, Feb 27, 2009 at 7:18 PM, <rkevinburton at 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? > > Thank you. > > Kevin > > ______________________________________________ > R-help at 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. >
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 problem before. It seem that it is a Tinn_R installation problem . I do not now what I changed to get it working, but the single line (R send line) mode is working, the R send selection and Rsend file mode not. System Windows XP new installed TinnR File permissions should not a problem on windows systems. Maybe any file is set to read only? The same srcipt which is working at home is not working at the new system. Regards Knut
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 Krueger wrote:> 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 problem before. It > seem that it is a Tinn_R installation problem > . I do not now what I changed to get it working, but the single line (R > send line) mode is working, the > R send selection and Rsend file mode not. > > System Windows XP new installed TinnR File permissions should not a > problem on windows systems. Maybe any file is set to read only? > > The same srcipt which is working at home is not working at the new system. > > Regards Knut > > ______________________________________________ > R-help at 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.
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) ... > > Best wishes, > UweOriginal question rkevinburton at 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?System R 2.8.1 Tinn-R 2.2.02 windows Xp professional Servicepack 3 This combination works on my Pc without problems And the code is working on the other system with Tinn-R problems with the R-Editor without problems so it seems to be a Tinn_R problem but maybe anybody has a solution for that. Regards Knut