Hi R-users, I just change to the new version of R.? I just wonder why everytime?I run my function I will get this message:> source(.trPaths[4], echo=TRUE, max.deparse.length=10000)Thank you.
Roslina Zakaria wrote:> Hi R-users, > > I just change to the new version of R. I just wonder why everytime I run my function I will get this message: > > >> source(.trPaths[4], echo=TRUE, max.deparse.length=10000) >> > > Thank you. >Hi Roslina, If your function consists of the line: source(.trPaths[4], echo=TRUE, max.deparse.length=10000) in a file that is itself sourced, R will not only source the file that is named by .trPaths[4], but it will echo that line as well. On the other hand, if the message is "Thank you.", I can only quote Paul Krassner: "God never says, 'You're welcome'". Jim
Roslina Zakaria wrote:> > > Hi R-users, > > I just change to the new version of R.? I just wonder why everytime?I run > my function I will get this message: > >> source(.trPaths[4], echo=TRUE, max.deparse.length=10000) > >Are you by any chance using Tinn-R? Could be a glitch in the interaction between Tinn-R and R 2.9.0 ? -- View this message in context: http://www.nabble.com/problem-with-new-version-tp23133214p23136237.html Sent from the R help mailing list archive at Nabble.com.