[R] problem with new version

Jim Lemon jim at bitwrit.com.au
Mon Apr 20 11:51:10 CEST 2009


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




More information about the R-help mailing list