Skip to content
Prev 6108 / 15075 Next

Open parenthesis immediately returns error

On 7/13/2009 12:35 PM, Garrett Grolemund wrote:
Presumably this has something to do with command completion or argument 
hints.  From the "silent = TRUE" error, and your example, I would guess 
you have a function named try(), and the GUI is finding yours instead of 
the one in the base package.

The GUI shouldn't do that, it should look in the right place, but as a 
workaround, you could remove your function named "try", and call it 
something else.

Duncan Murdoch