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
object ".trPaths" not found
4 messages · rkevinburton at charter.net, Uwe Ligges, Kingsford Jones
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.
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
---- Kingsford Jones <kingsfordjones at gmail.com> wrote:
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.