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
______________________________________________
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.