[R] recover lost global function

Duncan Murdoch murdoch.duncan at gmail.com
Thu Apr 5 03:46:57 CEST 2012


On 12-04-04 5:15 PM, Sam Steingold wrote:
>> * Duncan Murdoch<zheqbpu.qhapna at tznvy.pbz>  [2012-04-04 17:00:32 -0400]:
>>
>> There's no warning when you mask a function with a non-function at top
>> level, and little need for one, because R does the right search based on
>> the fact that you're making a function call:
>>
>>> c
>> [1] 1
>>> c(1,2)
>> [1] 1 2
>
> why then am I getting these warnings from cmpfile?

You would have to tell me what you did before I could attempt to answer 
that.

Duncan Murdoch

>
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
> Note: no visible global function definition for 'all'
>
> I did overwrite all to a data frame, but it only appears in a funtion
> position all(...) in the file being compiled.
>



More information about the R-help mailing list